New package: psuinfo-1.0
This commit is contained in:
parent
e12a4e7546
commit
5c1bf927c5
1 changed files with 22 additions and 0 deletions
22
srcpkgs/psuinfo/template
Normal file
22
srcpkgs/psuinfo/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'psuinfo'
|
||||
pkgname=psuinfo
|
||||
version=1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="python3>=3.5 python3-psutil"
|
||||
short_desc="A command to display customizable system info it Tint2 or other panels"
|
||||
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/nwg-piotr/psuinfo"
|
||||
distfiles="https://github.com/nwg-piotr/psuinfo/archive/v${version}.tar.gz"
|
||||
checksum=3b26b17e3da5b5f736b1c1235bc2411c315b7cb32a82616a7c3c8e30e16687e9
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/${pkgname}
|
||||
vmkdir usr/share/tint2
|
||||
vcopy "icons/*.*" usr/share/${pkgname}
|
||||
vcopy "psuinfo-1.0-2" usr/share/${pkgname}/${pkgname}
|
||||
vcopy "configs/*.*" usr/share/tint2
|
||||
ln -sf /usr/share/psuinfo/psuinfo ${DESTDIR}/usr/bin
|
||||
}
|
Loading…
Reference in a new issue