Add sys-process/bpytop
This commit is contained in:
parent
ad1f079823
commit
bb4a1ddc60
2
sys-process/bpytop/Manifest
Normal file
2
sys-process/bpytop/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST bpytop-1.0.37.tar.gz 604587 BLAKE2B 92f6f2eff90327b0332f9093ebc3077293f0b1ff715f2f2d1001fe94f6edd97739258e3b63597a1edd6d5f3776a8359157610358622b9645dddbf9e6e2f0b9ce SHA512 fd818a46812186cc0b7e099bb24d13f9c6d694e78348a1e1f997bbeb692a002acfd71ffd01a840429214bcd26f7eff58299d6ee9d4568871e7bbff50b95317a6
|
||||
EBUILD bpytop-1.0.37.ebuild 656 BLAKE2B 38fa969bbaca6461f7f03a0d7580659ecdde67ce48c98c9d53de7ab040152fae98ff7690d8991658df869120f793f53b2c87a758ba5d3990fd775fa07286a56d SHA512 325dc96ada7d5684ee7c53a4c7b105df418782066513980efc19757ee210c90641d00f5304738fb1de3255b20fd3f857eb6b4e4a1bca54b96583c6aa4196c2c8
|
28
sys-process/bpytop/bpytop-1.0.37.ebuild
Normal file
28
sys-process/bpytop/bpytop-1.0.37.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
|
||||
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Linux/OSX/FreeBSD resource monitor"
|
||||
HOMEPAGE="https://github.com/aristocratos/${PN}"
|
||||
SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
python_foreach_impl python_newscript "${PN}.py" "${PN}"
|
||||
dodoc CHANGELOG.md CONTRIBUTING.md README.md
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r themes
|
||||
}
|
Loading…
Reference in New Issue
Block a user