From 04a8090fc6902c1f423f6211a6a7b224fb3f175e Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sat, 14 Oct 2023 01:51:16 -0400 Subject: local/sxhkd: new local aport Fork of community/sxhkd to follow upstream git repo instead of just the latest release. --- sxhkd/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sxhkd/APKBUILD (limited to 'sxhkd') 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 +# Contributor: Sören Tempel +# Maintainer: prspkt +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 +" -- cgit v1.2.3