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 +}