blob: bb137432cd355aa9bfbe01b5ab1b06a417f21dca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
}
|