void-packages/srcpkgs/bumblebee-status/template
2020-04-25 16:41:42 +02:00

23 lines
829 B
Bash

# Template file for 'bumblebee-status'
pkgname=bumblebee-status
version=1.9.0
revision=1
archs=noarch
pycompile_dirs="usr/share/${pkgname}/bumblebee"
depends="python-netifaces python-psutil python-requests"
short_desc="Modular, theme-able status line generator for the i3 window manager"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
license="MIT"
homepage="https://github.com/tobi-wan-kenobi/bumblebee-status"
distfiles="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v${version}.tar.gz"
checksum=ba483f07f5726454aeaf929069bc82dce85be198b969b96c9bd8d85eab5a619c
python_version=2 #unverified
do_install() {
vmkdir usr/share/${pkgname}
vmkdir usr/bin
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
ln -sfr /usr/share/bumblebee-status/bumblebee-status ${DESTDIR}/usr/bin
vlicense LICENSE
}