pentoo-overlay/dev-util/reflutter/reflutter-0.7.2.ebuild
Rick Farina (Zero_Chaos) 96b4553415
reflutter: qa
2023-05-12 12:56:59 -04:00

22 lines
467 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
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 )"
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"