void-packages/srcpkgs/cgrps/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

16 lines
453 B
Bash

# Template file for 'cgrps'
pkgname=cgrps
version=0.7.0
revision=3
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=728d95bdcf6a4d2805b7b4262af26440d66408dceea92873d443fc059bb22613
post_install() {
vlicense LICENSE
}