void-packages/srcpkgs/oxipng/template
2020-09-15 13:46:38 -04:00

16 lines
531 B
Bash

# Template file for 'oxipng'
pkgname=oxipng
version=3.0.1
revision=1
build_style=cargo
short_desc="Multithreaded lossless PNG compression optimizer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/shssoichiro/oxipng"
changelog="https://raw.githubusercontent.com/shssoichiro/oxipng/master/CHANGELOG.md"
distfiles="https://github.com/shssoichiro/oxipng/archive/v${version}.tar.gz"
checksum=31b036b146d087b989c22111637129ab8cb29a26719bfff1290427ff8b595e11
post_install() {
vlicense LICENSE
}