mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: Trimage-1.0.6
This commit is contained in:
parent
4c75d551fd
commit
c4cc7407c1
1 changed files with 18 additions and 0 deletions
18
srcpkgs/Trimage/template
Normal file
18
srcpkgs/Trimage/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'Trimage'
|
||||
pkgname=Trimage
|
||||
version=1.0.6
|
||||
revision=1
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue