mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
bspwm: unbreak and use tarball.
This commit is contained in:
parent
033d3b8c92
commit
e5023d904a
1 changed files with 7 additions and 9 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'bspwm'
|
# Template file for 'bspwm'
|
||||||
pkgname=bspwm
|
pkgname=bspwm
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="git"
|
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
||||||
short_desc="A tiling window manager based on binary space partitioning"
|
short_desc="A tiling window manager based on binary space partitioning"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/baskerville/bspwm"
|
homepage="https://github.com/baskerville/bspwm"
|
||||||
|
distfiles="https://github.com/baskerville/bspwm/archive/0.9.tar.gz"
|
||||||
|
checksum=1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde
|
||||||
|
|
||||||
do_fetch() {
|
do_build() {
|
||||||
local url="git://github.com/baskerville/bspwm"
|
make CC=$CC
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone -b${version} ${url} ${pkgname}-${version}
|
|
||||||
}
|
}
|
||||||
|
do_install() {
|
||||||
post_install() {
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
||||||
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
|
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
|
||||||
|
|
Loading…
Add table
Reference in a new issue