ctop: fix pycompile_module

This commit is contained in:
Alessio Sergi 2016-12-12 19:17:36 +01:00
parent 257172e17f
commit 0addcb6ae1

View file

@ -1,14 +1,13 @@
# Template file for 'ctop' # Template file for 'ctop'
pkgname=ctop pkgname=ctop
version=1.0.0 version=1.0.0
revision=1 revision=2
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
pycompile_module="${pkgname}" pycompile_module="cgroup_top.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
python_version="3"
depends="python3" depends="python3"
short_desc="A command line/text based Linux Containers monitoring tool" short_desc="Command line/text based Linux Containers monitoring tool"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT" license="MIT"
homepage="https://github.com/yadutaf/ctop" homepage="https://github.com/yadutaf/ctop"