void-packages/srcpkgs/bumblebee-status/template
2017-10-23 18:52:49 +02:00

23 lines
782 B
Bash

# Template file for 'bumblebee-status'
pkgname=bumblebee-status
version=1.4.4
revision=1
depends="python python-requests python-psutil python-netifaces"
noarch=yes
short_desc="A 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=4a414205b081c58765a465a3612619b659476247bdb74c72361fde64fe059b9c
do_install() {
vmkdir usr/share/${pkgname}
vcopy bumblebee usr/share/${pkgname}/
vcopy themes usr/share/${pkgname}/
vcopy bumblebee-status usr/share/${pkgname}/
vbin "${FILESDIR}/bumblebee-status"
vdoc README.md
vlicense LICENSE
}