void-packages/srcpkgs/t2ec/template
2019-03-01 12:04:45 -03:00

24 lines
807 B
Bash

# Template file for 't2ec'
pkgname=t2ec
version=1.3
revision=1
archs=noarch
depends="python3 acpi xbacklight alsa-utils wireless_tools wget jgmenu"
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"
checksum=ede6a7f9ef83d26acf7377c6306b92c451c15a318c3fdc9a35c2367da0100600
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}
}