17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'oxipng'
|
|
pkgname=oxipng
|
|
version=2.3.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=870c6ab802ca4df6d12a5570b6883e7e3b190bbe6e2fa91282af9b294c8e68b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|