17 lines
536 B
Bash
17 lines
536 B
Bash
# Template file for 'oxipng'
|
|
pkgname=oxipng
|
|
version=9.1.1
|
|
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=f50db90c7ef95c0964dc980f6596b821f362e15d6d4bab247f1eb4aab7554db8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|