2013-08-12 19:44:53 +02:00
|
|
|
# Template file for 'bspwm-git'
|
|
|
|
pkgname=bspwm-git
|
2014-07-05 18:00:16 +02:00
|
|
|
version=20140705
|
|
|
|
revision=1
|
2013-12-30 15:38:51 +01:00
|
|
|
build_style=gnu-makefile
|
2013-08-12 19:44:53 +02: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 13:04:57 +02:00
|
|
|
provides="bspwm-${version}_${revision}"
|
|
|
|
replaces="bspwm>=0"
|
2013-08-12 19:44:53 +02:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/baskerville/bspwm"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
|
2013-12-30 15:38:51 +01:00
|
|
|
post_install() {
|
2014-07-05 18:00:16 +02:00
|
|
|
vlicense LICENSE
|
2013-08-12 19:44:53 +02:00
|
|
|
}
|