void-packages/srcpkgs/svgcleaner/template

21 lines
603 B
Bash

# 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
}