diff options
author | Eloi Torrents <eloi.torrentsj@gmail.com> | 2022-04-29 22:19:44 +0000 |
---|---|---|
committer | Echo <michal@vasilek.cz> | 2022-05-13 19:18:10 +0000 |
commit | cbbcbc5dd34053393ebf030baea17811e53d754c (patch) | |
tree | 0cfc253449376e7c203e954bd2c0fa1a2c80760c | |
parent | fe257b226e09b399cbe502ca6618a1f315781f89 (diff) | |
download | void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar.gz void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar.bz2 void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar.lz void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar.xz void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.tar.zst void-packages-cbbcbc5dd34053393ebf030baea17811e53d754c.zip |
New Package: clickclack-0.2.3
-rw-r--r-- | srcpkgs/clickclack/template | 16 | ||||
-rw-r--r-- | srcpkgs/clickclack/update | 1 |
2 files changed, 17 insertions, 0 deletions
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 <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 +} 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.]+' |