mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
schedule: update to 8.0.
This commit is contained in:
parent
6e2264ac56
commit
108df6a005
1 changed files with 4 additions and 2 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'schedule'
|
# Template file for 'schedule'
|
||||||
pkgname=schedule
|
pkgname=schedule
|
||||||
version=7.6
|
version=8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Framework to schedule jobs in a multiuser multitasking environment"
|
short_desc="Framework to schedule jobs in a multiuser multitasking environment"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
# XXX: Get upstream to pick a license
|
||||||
|
# tracking: https://github.com/vaeth/schedule/issues/1
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/vaeth/schedule/"
|
homepage="https://github.com/vaeth/schedule/"
|
||||||
distfiles="https://github.com/vaeth/schedule/archive/v${version}.tar.gz"
|
distfiles="https://github.com/vaeth/schedule/archive/v${version}.tar.gz"
|
||||||
checksum=1338e04f74ea021589909df491af31da2e3e3f1401c5ce321e1c51525c6ddd4c
|
checksum=04aa60c4e8aeae2c6c4c435d1bbbb16050937994a145bea7bb49353023c66133
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for bin in bin/*; do
|
for bin in bin/*; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue