diff options
-rw-r--r-- | testing/xcape/APKBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/xcape/APKBUILD b/testing/xcape/APKBUILD new file mode 100644 index 0000000000..5ce43968ae --- /dev/null +++ b/testing/xcape/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Dmitry Zakharchenko <dmitz@disroot.org> +# Maintainer: Dmitry Zakharchenko <dmitz@disroot.org> +pkgname=xcape +pkgver=1.2 +pkgrel=0 +pkgdesc="Configure modifier keys to act as other keys when pressed and released on their own" +url="https://github.com/alols/xcape" +arch="all" +license="GPL-3.0" +options="!check" # no test suite +makedepends="libxtst-dev" +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" + +build() { + make +} + +package() { + make MANDIR=/share/man/man1 DESTDIR="$pkgdir" install +} + +sha512sums=" +5ae8502250a9ec55a4b0c5f7301c1597c652b76904261153b720362e3c5882e8db980c85396a2594f99ae2fb72ab7070c1b06c9432d54b7da84975ff45b25a79 xcape-1.2.tar.gz +" |