void-packages/srcpkgs/oxipng/template

18 lines
624 B
Bash

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