mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
maxcso: create template file
This commit is contained in:
parent
3dc9801aee
commit
cce359a9ca
1 changed files with 21 additions and 0 deletions
21
srcpkgs/maxcso/template
Normal file
21
srcpkgs/maxcso/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'maxcso'
|
||||||
|
pkgname=maxcso
|
||||||
|
version=1.11.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libuv-devel liblz4-devel zlib-devel"
|
||||||
|
short_desc="Fast CSO compression/decompression tool"
|
||||||
|
maintainer="a dinosaur <nick@a-dinosaur.com>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://github.com/unknownbrackets/maxcso"
|
||||||
|
distfiles="https://github.com/unknownbrackets/maxcso/archive/v${version}.tar.gz"
|
||||||
|
checksum="5b14674674cc269e8436f1454f3d0386291141fa3a1ad320f6f4de151e3ac3e1"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc README.md
|
||||||
|
vdoc README_CSO.md
|
||||||
|
vdoc README_ZSO.md
|
||||||
|
|
||||||
|
vlicense LICENSE.md
|
||||||
|
vlicense zopfli/COPYING zopfli.COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue