mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
parent
19c6219911
commit
e40ab62842
2 changed files with 24 additions and 0 deletions
2
srcpkgs/bumblebee-status/files/bumblebee-status
Normal file
2
srcpkgs/bumblebee-status/files/bumblebee-status
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
python /usr/share/bumblebee-status/bumblebee-status "$@"
|
22
srcpkgs/bumblebee-status/template
Normal file
22
srcpkgs/bumblebee-status/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue