aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wmutils/APKBUILD
blob: f6dc47d28749545e82ccf144b53ce7adfd31b50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer:
pkgname=wmutils
pkgver=1.5
pkgrel=1
pkgdesc="Set of X11 windows manipulation tools"
options="!check" # No testsuite
url="https://github.com/wmutils/core"
arch="all"
license="ISC"
makedepends="libxcb-dev xcb-util-dev xcb-util-cursor-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/core/archive/v$pkgver.tar.gz"
builddir="$srcdir/core-$pkgver"

build() {
	make
}

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

sha512sums="24989f53f9b42b927d285c25bcf25e09d89347b2d53232683c5de07318a4e3e535b87590bfcdd31309e63e1f0e85f6cdf8db7c32b039db883d6240bb210c78c2  wmutils-1.5.tar.gz"