2014-02-09 23:47:56 +01:00
|
|
|
# Template file for 'bspwm'
|
|
|
|
pkgname=bspwm
|
2014-08-20 12:34:21 +02:00
|
|
|
version=0.8.9
|
2014-09-19 20:13:35 +02:00
|
|
|
revision=2
|
2014-02-09 23:47:56 +01:00
|
|
|
build_style=gnu-makefile
|
2014-07-27 16:05:16 +02:00
|
|
|
hostmakedepends="git"
|
2014-02-09 23:47:56 +01:00
|
|
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
|
|
|
short_desc="A tiling window manager based on binary space partitioning"
|
2014-04-07 12:42:43 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-02-09 23:47:56 +01:00
|
|
|
license="BSD"
|
|
|
|
homepage="https://github.com/baskerville/bspwm"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/baskerville/bspwm"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
2014-04-07 12:42:43 +02:00
|
|
|
git clone -b${version} ${url} ${pkgname}-${version}
|
2014-02-09 23:47:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
|
|
|
}
|