void-packages/srcpkgs/bspwm-git/template

26 lines
765 B
Text
Raw Normal View History

2013-08-12 17:44:53 +00:00
# Template file for 'bspwm-git'
pkgname=bspwm-git
version=20140920
2014-07-05 16:00:16 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="git"
2013-08-12 17:44:53 +00:00
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="A tiling window manager based on binary space partitioning"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="BSD"
homepage="https://github.com/baskerville/bspwm"
2014-05-31 11:04:57 +00:00
provides="bspwm-${version}_${revision}"
replaces="bspwm>=0"
2013-08-12 17:44:53 +00:00
do_fetch() {
local url="git://github.com/baskerville/bspwm"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2014-07-05 16:00:16 +00:00
vlicense LICENSE
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
2013-08-12 17:44:53 +00:00
}