From e204cc447746cf684f467510e1ada61a87c82516 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 5 Dec 2016 23:04:17 -0200 Subject: [PATCH] New package: ctop-1.0.0 --- srcpkgs/ctop/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/ctop/template diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template new file mode 100644 index 0000000000..97ffbb17c1 --- /dev/null +++ b/srcpkgs/ctop/template @@ -0,0 +1,20 @@ +# Template file for 'ctop' +pkgname=ctop +version=1.0.0 +revision=1 +noarch=yes +build_style=python3-module +pycompile_module="${pkgname}" +hostmakedepends="python3-setuptools" +python_version="3" +depends="python3" +short_desc="A command line/text based Linux Containers monitoring tool" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/yadutaf/ctop" +distfiles="https://github.com/yadutaf/ctop/archive/v${version}.tar.gz" +checksum=92f144af850258ff2ec0a7aa721c0b4ee1d6c064a56bb14c87d3cb2f47848d7b + +post_install() { + vlicense LICENSE +}