aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/svgcleaner/template
blob: 1760ff075aec08e719e448d70edfe2097b9c06eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'svgcleaner'
pkgname=svgcleaner
version=0.9.5
revision=2
build_style=cargo
short_desc="Tool for reducing size of svg images without loss"
maintainer="Alexander Mamay <alexander@mamay.su>"
license="GPL-2.0-or-later"
homepage="https://github.com/RazrFalcon/SVGCleaner"
distfiles="https://github.com/RazrFalcon/SVGCleaner/archive/v${version}.tar.gz"
checksum=dcf8dbc8939699e2e82141cb86688b6cd09da8cae5e18232ef14085c2366290c

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
	broken="https://l2.re/VbT_3G"
fi

post_patch() {
	# Upstream does not ship a lockfile yet:
	cargo generate-lockfile
}