Apocrypha

svgcleaner-0.9.1stuff

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CRATES="
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
	[email protected]
"

inherit cargo

DESCRIPTION="SVG Cleaner cleans up your SVG files from unnecessary data"
HOMEPAGE="https://github.com/RazrFalcon/SVGCleaner"

SRC_URI="https://github.com/RazrFalcon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

#QA_FLAGS_IGNORED="usr/bin/${PN}"

src_unpack() {
	unpack ${P}.tar.gz
	cargo_src_unpack
}