void-packages/srcpkgs/oxipng/template
Nathan Owens a12b6315bc oxipng: update to 4.0.1
Closes: #26616 [via git-merge-pr]
2020-12-17 00:22:01 -05:00

16 lines
531 B
Bash

# Template file for 'oxipng'
pkgname=oxipng
version=4.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=c5684730757a49a55c3bac66de139da5a1fdcd190f8ea3b9a95e1fc8feccb106
post_install() {
vlicense LICENSE
}