void-packages/srcpkgs/oxipng/template
2019-03-26 21:04:34 -03:00

17 lines
625 B
Bash

# Template file for 'oxipng'
pkgname=oxipng
version=2.2.1
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=ee848766b989ed83964c0360eafc39e3434d017bd374dc7283b28e3d1f6533a8
nocross="Needs newer/unstable rust: error[E0658]: macro is_arm_feature_detected! is unstable"
post_install() {
vlicense LICENSE
}