1 # Maintainer: Michael Pusterhofer <pusterhofer[at]student.tugraz.at>
6 pkgdesc="Software that can help you memorize the knowledge for lifelong periods with the minimum time investment"
8 url="http://fullrecall.com/"
22 source=('http://fullrecall.com/d/fullrecall-linux.bin.bz2')
24 md5sums=('176ff6d2b57f5a8f99eb20816215c71d')
28 chmod +x fullrecall-linux.bin
29 install -Dm755 fullrecall-linux.bin $pkgdir/usr/bin/fullrecall
32 # vim:set ts=2 sw=2 et: