void-packages/srcpkgs/cgrps/template
2020-01-03 10:43:37 +01:00

17 lines
453 B
Bash

# Template file for 'cgrps'
pkgname=cgrps
version=0.8.1
revision=1
build_style=go
go_import_path=github.com/k1LoW/cgrps
short_desc="Set of commands for checking cgroups"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/k1LoW/cgrps"
distfiles="https://github.com/k1LoW/cgrps/archive/v${version}.tar.gz"
checksum=381ab96fbfe98700112e0bddfaffde471ce08b838b0a91e489bd932c99c8ffdc
post_install() {
vlicense LICENSE
}