New package: bspwm-0.8.8
This commit is contained in:
parent
fbc668d9ee
commit
92666c4a6b
20
srcpkgs/bspwm/template
Normal file
20
srcpkgs/bspwm/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'bspwm'
|
||||
pkgname=bspwm
|
||||
version=0.8.8
|
||||
revision=1
|
||||
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="unmaintained"
|
||||
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 --branch 0.8.8 ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||
}
|
Loading…
Reference in New Issue
Block a user