pentoo-overlay/dev-util/reflutter/reflutter-0.8.6.ebuild
2025-12-29 10:47:10 +08:00

24 lines
472 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Flutter apps reverse engineering"
HOMEPAGE="https://github.com/Impact-I/reFlutter"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#PATCHES=(
# "${FILESDIR}/356.patch"
#)