Apocrypha

svgcleaner-9999stuff

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

EAPI=8

# Auto-Generated by cargo-ebuild 0.5.4-r1
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]
	[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"

inherit git-r3
EGIT_REPO_URI="https://github.com/RazrFalcon/${PN}.git"
SRC_URI="${CARGO_CRATE_URIS}"
EGIT_BRANCH="master"

LICENSE="GPL-2"
SLOT="0"

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

src_unpack() {
	git-r3_checkout
	cargo_src_unpack
}

src_configure() {
	cargo_gen_config
	#ln -s ../cargo_home/config ../cargo_home/config.toml
}