22 lines
574 B
Bash
22 lines
574 B
Bash
# Template file for 'maxcso'
|
|
pkgname=maxcso
|
|
version=1.12.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="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=e55b3ff8da6337f23da0fd2c51ee31571aba536b18b0039b9353b61b6fec7cb3
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vdoc README_CSO.md
|
|
vdoc README_ZSO.md
|
|
|
|
vlicense LICENSE.md
|
|
vlicense zopfli/COPYING zopfli.COPYING
|
|
}
|