1 #Contributor:Paul Bragg <paul2lv@gmail.com>
5 pkgdesc="dvorak7min is a simple ncurses-based typing tutor for those trying to become fluent with the Dvorak keyboard layout"
8 url="http://packages.debian.org/unstable/games/dvorak7min"
10 source=(http://ftp.de.debian.org/debian/pool/main/d/dvorak7min/dvorak7min_1.6.1.orig.tar.gz)
11 md5sums=('0dbeb1ac986893f1b14f70e392b9009e')
14 cd $startdir/src/$pkgname-$pkgver
15 _installdir="$startdir/pkg/usr/bin"
16 make INSTALL=$_installdir || return 1
17 make INSTALL=$_installdir install || return 1