parent
19c6219911
commit
e40ab62842
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
python /usr/share/bumblebee-status/bumblebee-status "$@"
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue