void-packages/srcpkgs/oxipng/template

17 lines
536 B
Bash

# Template file for 'oxipng'
pkgname=oxipng
version=9.0.0
revision=1
build_style=cargo
short_desc="Multithreaded lossless PNG compression optimizer"
maintainer="icp <pangolin@vivaldi.net>"
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/refs/tags/v${version}.tar.gz"
checksum=534fa8f349f52b01c2ee4332cef25ce1311edca04209ac6d972e38b171550a1b
post_install() {
vlicense LICENSE
}