From 5c35a09850a1048fd57381302bd10d051e9588d0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 31 Dec 2023 17:27:50 +0100 Subject: [PATCH] New package: snappy-tools-0 --- srcpkgs/snappy-tools/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/snappy-tools/template diff --git a/srcpkgs/snappy-tools/template b/srcpkgs/snappy-tools/template new file mode 100644 index 00000000000..917e8bccc66 --- /dev/null +++ b/srcpkgs/snappy-tools/template @@ -0,0 +1,18 @@ +# Template file for 'snappy-tools' +pkgname=snappy-tools +version=0 +revision=1 +build_style=gnu-makefile +make_use_env=yes +makedepends="snappy-devel" +short_desc="Snappy compression and decompression with and without framing" +maintainer="Leah Neukirchen " +license="0BSD" +homepage="https://git.sr.ht/~nabijaczleweli/snappy-tools" +#changelog="" +distfiles="https://git.sr.ht/~nabijaczleweli/snappy-tools/archive/${version}.tar.gz" +checksum=3ef1fe2222e123116da8e1ab5b0c9c3e61db4bf43b4dfa6ac202096123b5892d + +post_install() { + vlicense LICENSES/0BSD.txt LICENSE +}