19 lines
632 B
Bash
19 lines
632 B
Bash
# Template file for 'psuinfo'
|
|
pkgname=psuinfo
|
|
version=1.1
|
|
revision=2
|
|
depends="python3>=3.5 python3-psutil"
|
|
short_desc="Script to display customizable system info in 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=bd10d37a88729fe8934bc37cd70403bc606e0959ddcdad941a6cc5846583db3d
|
|
|
|
do_install() {
|
|
vbin "${pkgname}"
|
|
vmkdir usr/share/"${pkgname}"
|
|
vmkdir usr/share/tint2
|
|
vcopy "icons/*.*" usr/share/"${pkgname}"
|
|
vcopy "configs/*.*" usr/share/tint2
|
|
}
|