22 lines
590 B
Text
22 lines
590 B
Text
# Template file for 'bspwm-git'
|
|
pkgname=bspwm-git
|
|
version=20140705
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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"
|
|
provides="bspwm-${version}_${revision}"
|
|
replaces="bspwm>=0"
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/baskerville/bspwm"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|