mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 19:14:48 +02:00
25 lines
690 B
Text
25 lines
690 B
Text
# Contributor: Dmitry Zakharchenko <dmitz@disroot.org>
|
|
# Maintainer:
|
|
pkgname=xcape
|
|
pkgver=1.2
|
|
pkgrel=1
|
|
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
|
|
"
|