void-packages/srcpkgs/bspwm/template

22 lines
580 B
Plaintext
Raw Normal View History

2014-02-09 23:47:56 +01:00
# Template file for 'bspwm'
pkgname=bspwm
version=0.8.8
2014-05-31 13:02:38 +02:00
revision=3
2014-02-09 23:47:56 +01:00
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="Juan RP <xtraeme@gmail.com>"
2014-02-09 23:47:56 +01:00
license="BSD"
homepage="https://github.com/baskerville/bspwm"
2014-05-31 13:02:38 +02:00
replaces="bspwm>=0"
2014-02-09 23:47:56 +01:00
do_fetch() {
local url="git://github.com/baskerville/bspwm"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
2014-02-09 23:47:56 +01:00
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}