updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / fullrecall / PKGBUILD
blobcd29ea89fe353d46db6e82991ff74f96df94f504
1 # Maintainer: Michael Pusterhofer <pusterhofer[at]student.tugraz.at>
2 pkgname=fullrecall
3 pkgver=1.4.16.3
4 pkgrel=1
5 epoch=
6 pkgdesc="Software that can help you memorize the knowledge for lifelong periods with the minimum time investment"
7 arch=(any)
8 url="http://fullrecall.com/"
9 license=('unknown')
10 groups=()
11 depends=()
12 makedepends=()
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=
21 changelog=
22 source=('http://fullrecall.com/d/fullrecall-linux.bin.bz2')
23 noextract=()
24 md5sums=('176ff6d2b57f5a8f99eb20816215c71d')
26 package() {
27   cd $srcdir
28   chmod +x fullrecall-linux.bin
29   install -Dm755 fullrecall-linux.bin $pkgdir/usr/bin/fullrecall
32 # vim:set ts=2 sw=2 et: