void-packages/srcpkgs/oxipng/template
2018-12-02 23:40:44 -02:00

17 lines
624 B
Bash

# Template file for 'oxipng'
pkgname=oxipng
version=2.1.8
revision=1
build_style=cargo
short_desc="Multithreaded lossless PNG compression optimizer"
maintainer="Orphaned <orphan@voidlinux.eu>"
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=556c85fb05baa0c05aacbcc531586a9077b58162281744d2f09e9b6cc906a606
nocross="Needs newer/unstable rust: error[E0658]: macro is_arm_feature_detected! is unstable"
post_install() {
vlicense LICENSE
}