18 lines
461 B
Bash
18 lines
461 B
Bash
# Template file for 'vsv'
|
|
pkgname=vsv
|
|
version=1.3.3
|
|
revision=1
|
|
archs=noarch
|
|
depends="bash coreutils psmisc"
|
|
short_desc="Manage and view runit services"
|
|
maintainer="Dave Eddy <dave@daveeddy.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/bahamas10/vsv"
|
|
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
|
|
checksum=571bcb4bf46192a6519965743e4a2d4b2d761ca66269d0075822ada7258ea079
|
|
|
|
do_install() {
|
|
vbin vsv
|
|
vman man/vsv.8
|
|
vlicense LICENSE
|
|
}
|