19 lines
568 B
Bash
19 lines
568 B
Bash
# Template file for 'snappy-tools'
|
|
pkgname=snappy-tools
|
|
version=1
|
|
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=d8d9eef3d4ab03be6c885ef91ba4241a4a0572580c7e84cc5f2bd4055d0161c2
|
|
|
|
post_install() {
|
|
vlicense LICENSES/0BSD.txt LICENSE
|
|
}
|