void-packages/srcpkgs/bspwm-git/template

21 lines
562 B
Plaintext
Raw Normal View History

2013-08-12 17:44:53 +00:00
# Template file for 'bspwm-git'
pkgname=bspwm-git
2014-04-14 18:20:21 +00:00
version=20140414
2013-08-12 17:44:53 +00:00
revision=1
build_style=gnu-makefile
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"
do_fetch() {
local url="git://github.com/baskerville/bspwm"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2013-08-12 17:44:53 +00:00
vinstall LICENSE 644 usr/share/licenses/$pkgname
}