summaryrefslogtreecommitdiff
path: root/sxhkd/APKBUILD
blob: 897d5d14f2632797fadd9145fc826d8f8fc77c42 (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: Olivier Mauras <olivier@mauras.ch>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=sxhkd
pkgver=0.6.2_git20221119
pkgrel=0
_gitrev=b0923b6b3d5d85b1ff80a5bb286934b8721a7c08
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="https://github.com/baskerville/sxhkd/archive/$_gitrev/sxhkd-$pkgver.tar.gz"
options="!check" # no test suite
builddir="$srcdir/sxhkd-$_gitrev"

build() {
	make PREFIX=/usr
}

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

sha512sums="
dd9ae19cd821fba5dd36db9857691b659dc55dc1438521efdbf7eea5facf7a2b51fe15de016b35bb1b0bcf101e79af0faf45a866c3127fbf57952ab5fcf79d3d  sxhkd-0.6.2_git20221119.tar.gz
"