17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'cgrps'
|
|
pkgname=cgrps
|
|
version=0.8.2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/k1LoW/cgrps/master/CHANGELOG.md"
|
|
distfiles="https://github.com/k1LoW/cgrps/archive/v${version}.tar.gz"
|
|
checksum=e44901cbd1b2aa58fff84dffadf4196fc48e62e2b4cf180ee97f651ee0835618
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|