aports/testing/xcape/APKBUILD
psykose 345e721a45 */*: replace $url in source= with the url
the two are distinct, url isn't a variable. it could be changed to
update to e.g. a documentation site, source url is separate
2023-05-17 06:11:24 +02:00

26 lines
730 B
Plaintext

# 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::https://github.com/alols/xcape/archive/v$pkgver.tar.gz"
build() {
make
}
package() {
make MANDIR=/share/man/man1 DESTDIR="$pkgdir" install
}
sha512sums="
5ae8502250a9ec55a4b0c5f7301c1597c652b76904261153b720362e3c5882e8db980c85396a2594f99ae2fb72ab7070c1b06c9432d54b7da84975ff45b25a79 xcape-1.2.tar.gz
"