void-packages/srcpkgs/oxipng/template
2020-11-21 12:02:25 -08:00

16 lines
531 B
Bash

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