mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 06:42:58 +02:00
psuinfo: update to 1.1
This commit is contained in:
parent
2fc8ac8fcf
commit
7759b167d2
1 changed files with 6 additions and 8 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'psuinfo'
|
# Template file for 'psuinfo'
|
||||||
pkgname=psuinfo
|
pkgname=psuinfo
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3>=3.5 python3-psutil"
|
depends="python3>=3.5 python3-psutil"
|
||||||
short_desc="A command to display customizable system info it Tint2 or other panels"
|
short_desc="Script to display customizable system info in Tint2 or other panels"
|
||||||
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/nwg-piotr/psuinfo"
|
homepage="https://github.com/nwg-piotr/psuinfo"
|
||||||
distfiles="https://github.com/nwg-piotr/psuinfo/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nwg-piotr/psuinfo/archive/v${version}.tar.gz"
|
||||||
checksum=3b26b17e3da5b5f736b1c1235bc2411c315b7cb32a82616a7c3c8e30e16687e9
|
checksum=bd10d37a88729fe8934bc37cd70403bc606e0959ddcdad941a6cc5846583db3d
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vbin "${pkgname}"
|
||||||
vmkdir usr/share/${pkgname}
|
vmkdir usr/share/"${pkgname}"
|
||||||
vmkdir usr/share/tint2
|
vmkdir usr/share/tint2
|
||||||
vcopy "icons/*.*" usr/share/${pkgname}
|
vcopy "icons/*.*" usr/share/"${pkgname}"
|
||||||
vcopy "psuinfo-1.0-2" usr/share/${pkgname}/${pkgname}
|
|
||||||
vcopy "configs/*.*" usr/share/tint2
|
vcopy "configs/*.*" usr/share/tint2
|
||||||
ln -sf /usr/share/psuinfo/psuinfo ${DESTDIR}/usr/bin
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue