void-packages/srcpkgs/bspwm/template

24 lines
703 B
Text
Raw Normal View History

2014-02-09 22:47:56 +00:00
# Template file for 'bspwm'
pkgname=bspwm
2014-08-20 10:34:21 +00:00
version=0.8.9
revision=3
2014-02-09 22:47:56 +00:00
build_style=gnu-makefile
hostmakedepends="git"
2014-02-09 22:47:56 +00:00
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="A tiling window manager based on binary space partitioning"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-02-09 22:47:56 +00:00
license="BSD"
homepage="https://github.com/baskerville/bspwm"
do_fetch() {
local url="git://github.com/baskerville/bspwm"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
2014-02-09 22:47:56 +00:00
}
post_install() {
vlicense LICENSE
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
2014-02-09 22:47:56 +00:00
}