queued/PKGBUILD
arcan1s 051e6df16b Release 1.2.0
+ edited man page and readme
2013-12-24 00:42:25 +04:00

20 lines
546 B
Bash

# Maintainer: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
# Author: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
pkgname=queued
pkgver=1.2.0
pkgrel=1
pkgdesc="Daemon for starting jobs to queue of calculations"
arch=('any')
url="https://github.com/arcan1s/queued"
license=("GPLv3")
depends=('bash')
source=(https://github.com/arcan1s/queued/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
md5sums=('94e7c73190939aaf6b63cb7bd2592a7c')
backup=('etc/queued.conf')
package()
{
"${srcdir}/${pkgname}/install.sh" "${pkgdir}"
}