commit
1483b3ecf3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ctop/template
Normal file
20
srcpkgs/ctop/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue