summaryrefslogtreecommitdiff
path: root/bspwm/APKBUILD
blob: bc2abd54e4dd4051fd8e66be6bf028a98edff900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=bspwm
pkgver=0.9.10_git20230829
pkgrel=0
_gitrev=af3bd8b4351f4478fe0fe3cfd6c09e44cb108b4b
pkgdesc="Tiling window manager based on binary space partitioning"
url="https://github.com/baskerville/bspwm"
arch="all"
license="BSD-2-Clause"
makedepends="libxcb-dev xcb-util-dev xcb-util-wm-dev xcb-util-keysyms-dev"
options="!check" # Requires connecting to bspwm socket
subpackages="
	$pkgname-doc
	$pkgname-zsh-completion
	$pkgname-bash-completion
	$pkgname-fish-completion
	"
source="https://github.com/baskerville/bspwm/archive/$_gitrev/bspwm-$pkgver.tar.gz"
builddir="$srcdir/bspwm-$_gitrev"

build() {
	make PREFIX=/usr
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="
151b7401d2d6f911cb910cd94011860a53c46894208b6dc36367f725504d4f4e8f477f7aae9f976ff4a1392f78950938ce2e31b8839b2b9e50fe3a2d4cc7f183  bspwm-0.9.10_git20230829.tar.gz
"