18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'Trimage'
|
|
pkgname=Trimage
|
|
version=1.0.6
|
|
revision=2
|
|
wrksrc="Trimage-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
depends="python3 jpegoptim optipng advancecomp pngcrush python3-PyQt5"
|
|
short_desc="Cross-platform tool for losslessly optimizing PNG and JPG files"
|
|
maintainer="mustaqim <mustaqim@pm.me>"
|
|
license="MIT"
|
|
homepage="https://trimage.org/"
|
|
distfiles="https://github.com/Kilian/Trimage/archive/${version}.tar.gz"
|
|
checksum=60448b5a827691087a1bd016a68f84d8c457fc29179271f310fe5f9fa21415cf
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|