19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'vsv'
|
|
pkgname=vsv
|
|
version=1.3.5
|
|
revision=1
|
|
depends="bash psmisc"
|
|
short_desc="Manage and view runit services"
|
|
maintainer="Dave Eddy <dave@daveeddy.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/bahamas10/vsv"
|
|
changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
|
|
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
|
|
checksum=d4b88a7d11189d6a9dd160a25025cbec8d27a88ea02a6826e0c010824b6bc943
|
|
|
|
do_install() {
|
|
vbin vsv
|
|
vman man/vsv.8
|
|
vlicense LICENSE
|
|
}
|