# Maintainer: Andreas Grapentin # Contributor (AUR): willemw # Contributor (AUR): gnomeye _name=ts pkgname=task-spooler pkgver=1.0 pkgrel=1 arch=('i686' 'x86_64' 'armv7h') license=('GPL') url="http://vicerveza.homeunix.net/~viric/soft/ts/" pkgdesc="Queue up tasks from the shell for batch execution" source=(http://vicerveza.homeunix.net/~viric/soft/$_name/$_name-$pkgver.tar.gz) sha256sums=('4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395') build() { cd $_name-$pkgver make } package() { cd $_name-$pkgver #make PREFIX="$pkgdir/" install install -Dm755 ts "$pkgdir/usr/bin/tsp" install -Dm644 ts.1 "$pkgdir/usr/share/man/man1/tsp.1" }