void-packages/srcpkgs/t2ec/template

24 lines
805 B
Bash
Raw Normal View History

2018-12-31 02:53:46 +00:00
# Template file for 't2ec'
pkgname=t2ec
2019-01-15 15:24:44 +00:00
version=1.2
2018-12-31 02:53:46 +00:00
revision=1
noarch=yes
2019-01-15 15:24:44 +00:00
depends="python3 acpi xbacklight alsa-utils wireless_tools wget jgmenu"
2018-12-31 02:53:46 +00:00
short_desc="Scripts to display info icons and controls in Tint2 or other panels"
maintainer="nwg-piotr <nwg.piotr@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/nwg-piotr/t2ec"
distfiles="https://github.com/nwg-piotr/t2ec/archive/v${version}.tar.gz"
2019-01-15 15:24:44 +00:00
checksum=17efe5460e10c66b2f1ce635ee4bb0205df9217008941dfc0b84f4768f3b01ef
2018-12-31 02:53:46 +00:00
do_install() {
vmkdir usr/bin
vmkdir usr/share/${pkgname}
vmkdir usr/lib/${pkgname}
vmkdir usr/share/tint2
vcopy "images/*.*" usr/share/${pkgname}
vcopy "scripts-void/*.*" usr/lib/${pkgname}
vcopy "configs-void/*.*" usr/share/tint2
ln -sf /usr/lib/${pkgname}/${pkgname}.sh ${DESTDIR}/usr/bin/${pkgname}
}