void-packages/srcpkgs/ctop/template

20 lines
547 B
Bash
Raw Normal View History

2016-12-06 01:04:17 +00:00
# Template file for 'ctop'
pkgname=ctop
version=1.0.0
2016-12-12 18:17:36 +00:00
revision=2
2016-12-06 01:04:17 +00:00
noarch=yes
build_style=python3-module
2016-12-12 18:17:36 +00:00
pycompile_module="cgroup_top.py"
2016-12-06 01:04:17 +00:00
hostmakedepends="python3-setuptools"
depends="python3"
2016-12-12 18:17:36 +00:00
short_desc="Command line/text based Linux Containers monitoring tool"
2016-12-06 01:04:17 +00:00
maintainer="Diogo Leal <diogo@diogoleal.com>"
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
}