mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
schedule: update to 7.6.
This commit is contained in:
parent
d912557fda
commit
dcad286aab
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'schedule'
|
# Template file for 'schedule'
|
||||||
pkgname=schedule
|
pkgname=schedule
|
||||||
version=7.5.4
|
version=7.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -10,13 +10,13 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
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=7db23284a7085dc7753badc7491ecd622b7bfca6dc91fa6dfdc90cdbc9cdd569
|
checksum=1338e04f74ea021589909df491af31da2e3e3f1401c5ce321e1c51525c6ddd4c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for bin in bin/*; do
|
for bin in bin/*; do
|
||||||
vbin $bin
|
vbin $bin
|
||||||
done
|
done
|
||||||
vdoc README
|
vdoc README.md
|
||||||
pod2man -n schedule share/schedule/Schedule/Client/Scheduleman.pm >schedule.1
|
pod2man -n schedule share/schedule/Schedule/Client/Scheduleman.pm >schedule.1
|
||||||
pod2man -n schedule-server share/schedule/Schedule/Server/Serverman.pm >schedule-server.1
|
pod2man -n schedule-server share/schedule/Schedule/Server/Serverman.pm >schedule-server.1
|
||||||
pod2man -n schedule-tmux share/schedule/Schedule/Client/Tmuxman.pm >schedule-tmux.1
|
pod2man -n schedule-tmux share/schedule/Schedule/Client/Tmuxman.pm >schedule-tmux.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue