New package: oxipng-2.1.3
This commit is contained in:
parent
4480892f25
commit
3a66518aa3
22
srcpkgs/oxipng/template
Normal file
22
srcpkgs/oxipng/template
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Template file for 'oxipng'
|
||||||
|
pkgname=oxipng
|
||||||
|
version=2.1.3
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cargo"
|
||||||
|
short_desc="Multithreaded lossless PNG compression optimizer"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
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=c605907ba9152a7661034a431409d000fa5966e624018663dde70d0279f7850a
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/oxipng
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user