mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/glances: new aport
This commit is contained in:
parent
16f2a6df9f
commit
40bda1db0d
29
testing/glances/APKBUILD
Normal file
29
testing/glances/APKBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=glances
|
||||
_pkgname=nicolargo-glances
|
||||
pkgver=1.6.1
|
||||
_gitver=4be5ede
|
||||
pkgrel=0
|
||||
pkgdesc="CLI curses based monitoring tool for GNU/Linux and BSD OS."
|
||||
url="http://nicolargo.github.com/glances/"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends=""
|
||||
depends_dev="python-dev py-setuptools"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="saveas-https://github.com/nicolargo/$pkgname/tarball/master/$pkgname-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/$_pkgname-$_gitver
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
|
||||
}
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return !
|
||||
}
|
||||
|
||||
md5sums="44e36ffa3ffd9f303c9748a49f7bec89 glances-1.6.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user