mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
glances: update to 2.8.1
This commit is contained in:
parent
784b28f910
commit
aae3e9e4f2
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=2.8
|
version=2.8.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Glances-${version}"
|
wrksrc="Glances-${version}"
|
||||||
|
@ -13,9 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/nicolargo/glances"
|
homepage="https://github.com/nicolargo/glances"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||||
checksum=744dd013311be543b42a47b68e1a843626343ce89153ddbafd50dd9f3b23739d
|
checksum=12c10f9a9cac9c7ba70b0b5aa6551a97599731f2c8751c2cc53232da395c6b8b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
vsconf conf/glances.conf
|
||||||
vsconf ${wrksrc}/conf/glances.conf
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue