New package: bumblebee-status-1.3.0

Closes: #6993 [via git-merge-pr]
This commit is contained in:
ibrokemypie 2017-07-08 01:08:47 +10:00 committed by Michael Aldridge
parent 19c6219911
commit e40ab62842
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
python /usr/share/bumblebee-status/bumblebee-status "$@"

View File

@ -0,0 +1,22 @@
# Template file for 'bumblebee-status'
pkgname=bumblebee-status
version=1.3.0
revision=1
depends="python"
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=42c68a3bb2fae2ef1d65a1be9287c2efc0a9250d018330f2e78abdd051796919
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
}