sxmo/clickclack: new aport (MR 2067)
This commit is contained in:
parent
700d863c27
commit
caf7ca11e1
1 changed files with 22 additions and 0 deletions
22
sxmo/clickclack/APKBUILD
Normal file
22
sxmo/clickclack/APKBUILD
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
||||
pkgname=clickclack
|
||||
pkgver=0.1.1
|
||||
pkgrel=0
|
||||
pkgdesc="Haptic/audio feedback daemon for virtual keyboards like svkbd"
|
||||
url="https://git.sr.ht/~proycon/clickclack"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="sdl2-dev"
|
||||
options="!check" # has no tests
|
||||
provides="dmenu"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~proycon/clickclack/archive/$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="029da491bcd021ae2a1c1756725845324ef38bcb03f983a3cab91da84729d55b52314db8ad6aeb195f402cac2492ceb7385dbb8cf4cdae4b393ef4cae6d82e52 clickclack-0.1.1.tar.gz"
|
Loading…
Reference in a new issue