mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: snappy-tools-0
This commit is contained in:
parent
cfb0dcbe2a
commit
5c35a09850
1 changed files with 18 additions and 0 deletions
18
srcpkgs/snappy-tools/template
Normal file
18
srcpkgs/snappy-tools/template
Normal file
|
@ -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…
Add table
Reference in a new issue