# Maintainer: Luke Shumaker _pkgname=thingutils pkgname=$_pkgname-git pkgver=20131203 _gitver=aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd pkgdesc="Random shell utilities by Luke Shumaker" url="https://gitorious.org/thingutils" license=('MIT') provides=($_pkgname) conflicts=($_pkgname) pkgrel=2 arch=('i686' 'x86_64') depends=( 'php' # urldecode 'bash' # daemon, newegg, sysfiles 'emacs' # emacsmail, emacsterm, e 'wget' # whatismyip 'findutils' # maildups, whatismyip 'sysstat' # sysfiles 'offlineimap' # offlineimap-runner 'wdiff' # chardiff 'acpi' # batterymon, tempmon ) makedepends=('go') source=("https://repo.parabolagnulinux.org/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") mkdepends=('git') mksource=("$pkgname-$pkgver::git://gitorious.org/$_pkgname/$_pkgname.git#commit=$_gitver") mkmd5sums=('SKIP') build() { cd "$srcdir/$pkgname-$pkgver" make prefix=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make install prefix=/usr DESTDIR="$pkgdir" } md5sums=('7991e689263698f3d9a6470184f97ed1')