22 lines
798 B
Bash
22 lines
798 B
Bash
# Template file for 'bumblebee-status'
|
|
pkgname=bumblebee-status
|
|
version=1.7.2
|
|
revision=1
|
|
noarch=yes
|
|
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=c4090535114a8f32fdda0026613dec1cc9911fc152dcba9580e6d41e62466e3d
|
|
|
|
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
|
|
}
|