void-packages/srcpkgs/oxipng/template
UsernameRandomlyGenerated ea34d5f260 oxipng: update to 5.0.0.
Closes: #32129 [via git-merge-pr]
2021-07-22 09:11:11 -04:00

17 lines
531 B
Bash

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