19 lines
521 B
Bash
19 lines
521 B
Bash
# Template file for 'vsv'
|
|
pkgname=vsv
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=cargo
|
|
depends="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=05c20d8e04ca37fdc47dde80a04a4709b54650748529456ebdddb4104fc805ec
|
|
|
|
post_install() {
|
|
vman man/vsv.8
|
|
vlicense LICENSE
|
|
}
|