mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
18 lines
568 B
Bash
18 lines
568 B
Bash
# 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
|
|
}
|