mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
22 lines
642 B
Plaintext
22 lines
642 B
Plaintext
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
|
pkgname=clickclack
|
|
pkgver=0.2.3
|
|
pkgrel=2
|
|
pkgdesc="Haptic/audio feedback daemon for virtual keyboards like svkbd and wvkbd"
|
|
url="https://git.sr.ht/~proycon/clickclack"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="sdl2-dev"
|
|
options="!check" # has no tests
|
|
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="fa45400fbae77eb75f659be25aa9f364eb3a841fe9cd1e4db96f573ec1689f215a2396b4888e675d725f25b3242e34bf477294373c9066184c09599b93deb23f clickclack-0.2.3.tar.gz"
|