schedule: update to 7.5.0.

This commit is contained in:
Christian Neukirchen 2016-09-17 16:17:53 +02:00
parent 5e52610290
commit 97ecebb4a8

View file

@ -1,6 +1,6 @@
# Template file for 'schedule'
pkgname=schedule
version=7.4.0
version=7.5.0
revision=1
noarch=yes
hostmakedepends="perl"
@ -10,20 +10,20 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="https://github.com/vaeth/schedule/"
distfiles="https://github.com/vaeth/schedule/archive/v${version}.tar.gz"
checksum=0c2b5f9810e233323500f68e49835fc4fb8bd8be02e15d17788e04606e81d522
checksum=9926cc021e03d8aca10b71673b92b3d69cf0f4a04fad9589ccc47e808661af95
do_install() {
for bin in bin/*; do
vbin $bin
done
vdoc README
pod2man -n schedule lib/Schedule/Client/Scheduleman.pm >schedule.1
pod2man -n schedule-server lib/Schedule/Server/Serverman.pm >schedule-server.1
pod2man -n schedule-tmux lib/Schedule/Client/Tmuxman.pm >schedule-tmux.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-tmux share/schedule/Schedule/Client/Tmuxman.pm >schedule-tmux.1
vman schedule.1
vman schedule-server.1
vman schedule-tmux.1
vmkdir usr/share/${pkgname}
vcopy "lib/*" usr/share/${pkgname}
vcopy "share/schedule/*" usr/share/${pkgname}
vinstall zsh/_schedule 0644 usr/share/zsh/site-functions
}