diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2023-10-14 01:51:16 -0400 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2023-10-14 01:51:16 -0400 |
| commit | 04a8090fc6902c1f423f6211a6a7b224fb3f175e (patch) | |
| tree | 373263360d8ca5caa3b928a600ea330433cda5aa /sxhkd | |
| parent | 7345978c9ddfe12f6dcea60ad053299f3820b464 (diff) | |
| download | forked-aports-04a8090fc6902c1f423f6211a6a7b224fb3f175e.tar.gz | |
local/sxhkd: new local aport
Fork of community/sxhkd to follow upstream git repo instead of just
the latest release.
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/APKBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sxhkd/APKBUILD b/sxhkd/APKBUILD new file mode 100644 index 0000000..897d5d1 --- /dev/null +++ b/sxhkd/APKBUILD @@ -0,0 +1,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 +" |
