New package: snappy-tools-0
This commit is contained in:
parent
cfb0dcbe2a
commit
5c35a09850
|
@ -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 <leah@vuxu.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue