summaryrefslogtreecommitdiff
path: root/wmutils-opt/APKBUILD
blob: 4972609f9aa33cfd433cc16e75e7f29fd3e1529f (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
# Contributor: John Vogel <jvogel4@stny.rr.com>
# Maintainer: John Vogel <jvogel4@stny.rr.com>
pkgname=wmutils-opt
pkgver=1.0_git20200801
pkgrel=0
_gitrev=140f4677e614c6fdc130103dfc1c8ec970043e4f
pkgdesc="Set of X11 windows manipulation tools"
options="!check" # No testsuite
url="https://github.com/wmutils/opt"
arch="all"
license="ISC"
#makedepends="libxcb-dev xcb-util-dev xcb-util-cursor-dev"
makedepends="libxcb-dev xcb-util-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/opt/archive/$_gitrev/$_gitrev.tar.gz"
builddir="$srcdir/opt-$_gitrev"

build() {
	make
}

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

sha512sums="
9254fcf43bc95acf8a0c74089fff9127097d9c063ac354e1e85e767fab749cc77fb0c930a2f7ac919067af5fe32b35c26700c2644a9cac4a33f2296a381a5a00  wmutils-opt-1.0_git20200801.tar.gz
"