diff --git a/srcpkgs/clickclack/template b/srcpkgs/clickclack/template new file mode 100644 index 00000000000..bb137432cd3 --- /dev/null +++ b/srcpkgs/clickclack/template @@ -0,0 +1,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 " +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 +} diff --git a/srcpkgs/clickclack/update b/srcpkgs/clickclack/update new file mode 100644 index 00000000000..963c41fa75b --- /dev/null +++ b/srcpkgs/clickclack/update @@ -0,0 +1 @@ +pattern='\s{12}\K[\d.]+'