2013-08-12 17:44:53 +00:00
|
|
|
# Template file for 'bspwm-git'
|
|
|
|
pkgname=bspwm-git
|
2013-12-21 21:14:25 +00:00
|
|
|
version=20131221
|
2013-08-12 17:44:53 +00:00
|
|
|
revision=1
|
2013-12-30 14:38:51 +00:00
|
|
|
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}
|
|
|
|
}
|
|
|
|
|
2013-12-30 14:38:51 +00:00
|
|
|
post_install() {
|
2013-08-12 17:44:53 +00:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
|
|
|
}
|