aboutsummaryrefslogtreecommitdiffstats
path: root/community/sxhkd/APKBUILD
blob: 53f6568e4088e2a68cec8978413df519e2b30d8c (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
# Contributor: Olivier Mauras <olivier@mauras.ch>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=sxhkd
pkgver=0.6.1
pkgrel=0
pkgdesc="Simple X hotkey daemon"
url="https://github.com/baskerville/sxhkd"
arch="all"
license="BSD-2-Clause"
makedepends="libxcb-dev xcb-util-keysyms-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/sxhkd/archive/$pkgver.tar.gz"
options="!check" # no test suite

build() {
	make PREFIX=/usr
}

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

sha512sums="d8cd6166ff7e7bc800ed79c5d63cbdfad4f9824c5a5e19b6a315b2ec570295150600651376265932f5fde8b6127f629a553337c6454a1c78c62b3395aaeb55a2  sxhkd-0.6.1.tar.gz"