1 # Contributor: Jan Fader <jan.fader@web.de>
5 pkgdesc="Ingenious and fast way to move the (mouse) pointer on the screen with keystrokes."
6 url="http://www.semicomplete.com/projects/keynav/"
11 md5sums=('5046697ee6025f52436742dda947f9ec')
12 source=(http://semicomplete.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
15 cd "$srcdir/$pkgname-$pkgver"
17 make keynav|| return 1
18 install -D keynav $pkgdir/usr/bin/keynav
21 # vim:set ts=2 sw=2 et: