# Template file for 'maxcso'
pkgname=maxcso
version=1.13.0
revision=1
build_style=gnu-makefile
makedepends="libuv-devel liblz4-devel zlib-devel"
short_desc="Fast CSO compression/decompression tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/unknownbrackets/maxcso"
distfiles="https://github.com/unknownbrackets/maxcso/archive/v${version}.tar.gz"
checksum=af9c05add1a1d199ec184d3471081af1b91d591b2473800ea989c882fb632730

post_install() {
	vdoc README.md
	vdoc README_CSO.md
	vdoc README_ZSO.md

	vlicense LICENSE.md
	vlicense zopfli/COPYING zopfli.COPYING
}
