21 lines
606 B
Bash
21 lines
606 B
Bash
# 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
|
|
}
|