diff --git a/srcpkgs/cgrps/template b/srcpkgs/cgrps/template new file mode 100644 index 00000000000..10ee2a5af3c --- /dev/null +++ b/srcpkgs/cgrps/template @@ -0,0 +1,16 @@ +# Template file for 'cgrps' +pkgname=cgrps +version=0.7.0 +revision=1 +build_style=go +go_import_path=github.com/k1LoW/cgrps +short_desc="Set of commands for checking cgroups" +maintainer="maxice8 " +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 +}