void-packages/srcpkgs/bumblebee-status/template
ibrokemypie e40ab62842 New package: bumblebee-status-1.3.0
Closes: #6993 [via git-merge-pr]
2017-10-15 14:56:21 -07:00

22 lines
735 B
Bash

# 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
}