17 lines
483 B
Bash
17 lines
483 B
Bash
# Template file for 'clickclack'
|
|
pkgname=clickclack
|
|
version=0.2.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="SDL2-devel"
|
|
short_desc="Simple haptic feedback and audio feedback tool"
|
|
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
|
license=MIT
|
|
homepage=https://git.sr.ht/~proycon/clickclack
|
|
distfiles="https://git.sr.ht/~proycon/clickclack/archive/${version}.tar.gz"
|
|
checksum=940f13ae1aa8b33677d8153db4af848233cb45dbb755320463dc3f980c73cced
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|