aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xdo/APKBUILD
blob: 92a346ed140ebc439a447952fcca2ed483a23118 (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: Leo <thinkabit.ukim@gmail.com>
pkgname=xdo
pkgver=0.5.7
pkgrel=0
pkgdesc="Small X utility to perform elementary actions on windows"
url="https://github.com/baskerville/xdo"
options="!check" # Provides no test suite
arch="all"
license="BSD-2-Clause"
makedepends="libxcb-dev xcb-util-wm-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/xdo/archive/${pkgver}.tar.gz"

build() {
	sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
	make
}

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

sha512sums="0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d  xdo-0.5.7.tar.gz"