sv-helper: update to 2.0.2.

This commit is contained in:
maxice8 2017-10-19 10:30:01 -02:00 committed by Enno Boland
parent dcffd162f4
commit 62bcaa2440

View File

@ -1,6 +1,6 @@
# Template file for 'sv-helper'
pkgname=sv-helper
version=2.0.1
version=2.0.2
revision=1
depends="runit"
noarch="yes"
@ -9,7 +9,7 @@ maintainer="bougyman <tj@rubyists.com>"
license="MIT"
homepage="https://github.com/rubyists/sv-helper"
distfiles="https://github.com/rubyists/sv-helper/archive/${version}.tar.gz"
checksum=97a36e9759c8db3aae07c262b87c0047e18d63897a2e71b0ff8f0f90d35883d5
checksum=4914a0185502ec0079585533d09fe87938098728bed8b158d40484c58e44f9c7
system_accounts="rsvlog"
rsvlog_homedir="/var/log"
@ -23,4 +23,5 @@ do_install() {
ln -s sv-helper $DESTDIR/usr/bin/$cmd
done
vdoc README.md
vlicense COPYING
}