mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-30 13:39:56 +00:00
Release 1.1.0
* edited install script * edited README + added license
This commit is contained in:
17
PKGBUILD
17
PKGBUILD
@ -1,5 +1,5 @@
|
||||
# Author: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
# Maintainer: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
# Author: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
|
||||
pkgname=queued
|
||||
pkgver=1.1.0
|
||||
@ -7,20 +7,13 @@ pkgrel=1
|
||||
pkgdesc="Daemon for starting jobs to queue of calculations"
|
||||
arch=('any')
|
||||
url="https://github.com/arcan1s/queued"
|
||||
license=("GPL")
|
||||
makedeps=('git')
|
||||
license=("GPLv3")
|
||||
depends=('bash')
|
||||
source=(https://github.com/arcan1s/queued/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
|
||||
md5sums=('c7f710d8779e7cd780f7e8043735cae7')
|
||||
md5sums=('0832ae610567e0aed4dccea02408e5a3')
|
||||
backup=('etc/queued.conf')
|
||||
|
||||
package()
|
||||
{
|
||||
# daemon
|
||||
install -D -m755 "${srcdir}/${pkgname}/usr/bin/queued" "${pkgdir}/usr/bin/queued"
|
||||
|
||||
# service
|
||||
install -D -m644 "${srcdir}/${pkgname}/usr/lib/systemd/system/queued.service" \
|
||||
"${pkgdir}/usr/lib/systemd/system/queued.service"
|
||||
install -D -m644 "${srcdir}/${pkgname}/etc/queued.conf" \
|
||||
"${pkgdir}/etc/queued.conf"
|
||||
"${srcdir}/${pkgname}/install.sh" "${pkgdir}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user