void-packages/srcpkgs/bumblebee-status/template

22 lines
798 B
Bash

# Template file for 'bumblebee-status'
pkgname=bumblebee-status
version=1.7.0
revision=1
noarch=yes
depends="python-netifaces python-psutil python-requests"
pycompile_dirs="usr/share/${pkgname}/bumblebee"
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=041ba44ce833e01b811e99382318e51c11fa5e06de7db29c0ae74da5ba1e0390
do_install() {
vmkdir usr/bin
vmkdir usr/share/${pkgname}
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
ln -sfr /usr/share/bumblebee-status/bumblebee-status ${DESTDIR}/usr/bin
vlicense LICENSE
}