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

# Autogenerated by pycargoebuild 0.15.2

EAPI=8

inherit cargo git-r3

DESCRIPTION="Generate C code that plays Flash animations"
HOMEPAGE="https://github.com/bottle2/swf2c"
EGIT_REPO_URI="https://github.com/bottle2/swf2c.git"
EGIT_SUBMODULES=()

LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+=" BSD ISC MIT Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}