22 lines
764 B
Bash
22 lines
764 B
Bash
# Template file for 'bumblebee-status'
|
|
pkgname=bumblebee-status
|
|
version=1.6.2
|
|
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=1274dc97da522f2cbcdf4228f36f646886d166548c389023ca2c2f7347b7a12b
|
|
|
|
do_install() {
|
|
vmkdir usr/share/${pkgname}
|
|
vcopy "bumblebee themes bumblebee-status" usr/share/${pkgname}
|
|
vbin "${FILESDIR}/bumblebee-status"
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|