1 # Maintainer: TJ Vanderpoel <tj@rubyists.com>
5 pkgdesc="Helpers to make using runit-run-git or runit-dietlibc easier to use"
7 url="http://github.com/rubyists/sv-helper"
9 depends=('runit-dietlibc')
10 optdepends=('runit-services-git: for a variety of pre-made services' 'runit-run-git: to boot with runit as a pid 1 replacement')
11 source=(sv-helper.sh README.md)
12 md5sums=('4e4fd427732bc47aca30e912258ccf16'
13 '415fd25f146edc186c21a902a1fb7e15')
16 install -D -m 0755 sv-helper.sh "$pkgdir/usr/bin/sv-helper"
17 install -D -m 0644 README.md "$pkgdir/usr/share/doc/sv-helper/README.md"
19 for sv in sv-list svls sv-enable sv-disable sv-find;do
24 # vim:set ts=2 sw=2 et: