void-packages/srcpkgs/oxipng/template
UsernameRandomlyGenerated 3ee5815a1a oxipng: update to 4.0.3
2021-01-17 01:19:33 +01:00

16 lines
531 B
Bash

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