17 lines
536 B
Bash
17 lines
536 B
Bash
# Template file for 'oxipng'
|
|
pkgname=oxipng
|
|
version=8.0.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Multithreaded lossless PNG compression optimizer"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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/refs/tags/v${version}.tar.gz"
|
|
checksum=ef96d6340e70900de0a38ace8f5f20878f6c256b18b0c59cd87f2b515437b87b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|