mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: bspwm-git-20130812
This commit is contained in:
parent
06bdd51a66
commit
a3cdea959d
1 changed files with 34 additions and 0 deletions
34
srcpkgs/bspwm-git/template
Normal file
34
srcpkgs/bspwm-git/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'bspwm-git'
|
||||||
|
pkgname=bspwm-git
|
||||||
|
version=20130812
|
||||||
|
revision=1
|
||||||
|
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"
|
||||||
|
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://github.com/baskerville/bspwm"
|
||||||
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i 's/LIBS =/LIBS +=/g' Makefile
|
||||||
|
make CC=$CC INCS="-I." ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||||
|
}
|
||||||
|
|
||||||
|
bspwm-git_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue