mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: glances.
This commit is contained in:
parent
a9cc9c26f6
commit
c8e316f83a
1 changed files with 22 additions and 0 deletions
22
srcpkgs/glances/template
Normal file
22
srcpkgs/glances/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'glances'
|
||||||
|
pkgname=glances
|
||||||
|
version=1.6.1
|
||||||
|
revision=1
|
||||||
|
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||||||
|
checksum="6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
makedepends="python-distribute"
|
||||||
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
homepage="https://github.com/nicolargo/glances"
|
||||||
|
license="LGPL3"
|
||||||
|
short_desc="Cross-platform curses-based monitoring tool written in Python."
|
||||||
|
|
||||||
|
glances_package() {
|
||||||
|
noarch="yes"
|
||||||
|
depends="python python-psutil"
|
||||||
|
pycompile_module="glances"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue