2014-02-09 23:47:56 +01:00
|
|
|
# Template file for 'bspwm'
|
|
|
|
pkgname=bspwm
|
2015-03-13 23:06:20 +01:00
|
|
|
version=0.9
|
2014-09-20 00:49:45 +02:00
|
|
|
revision=3
|
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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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() {
|
2014-09-20 00:49:45 +02:00
|
|
|
vlicense LICENSE
|
|
|
|
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
|
|
|
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
|
2014-02-09 23:47:56 +01:00
|
|
|
}
|