mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
reflutter-0.7.8.ebuild
This commit is contained in:
parent
b2748916d7
commit
9f839b2c06
3 changed files with 22 additions and 3 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST reflutter-0.7.2.tar.gz 8698 BLAKE2B bea3520a227dfe7d2b27b54bbea2269ddb70ee8aa5d9eba65260da1ca7ec44a9c823729a48e1bfb8e53dd5abba18e122c959dacc42e870b8fc6d3cb604b95e1e SHA512 9a52429ff7fd480615ace6373f85e9c5c21efb457fd46e12da642fdd143b014ecf3365da8c4b866b315195024677d701d01c46fe2cc32d518df6f34791c7a47b
|
||||
DIST reflutter-0.7.8.tar.gz 24684 BLAKE2B f9801a7e5c618c9fd8c8d5944b43e0aa2938276c3ed149a6788cb309f2de7003158dd9172a15e3771b342db56189f3d45ba9e199a0c93e5dc4a36868150da842 SHA512 ff0a67b5c511281fb0788b8da22c21f1c5228b6ae0ab9fec836e4752091d3ddd697c22d4faca7e602ab23d5fcebee3c1c59f0ff233e64ac2626727b65d90714a
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -17,6 +17,4 @@ KEYWORDS="amd64 ~arm64 x86"
|
|||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
|
|||
20
dev-util/reflutter/reflutter-0.7.8.ebuild
Normal file
20
dev-util/reflutter/reflutter-0.7.8.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
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}"
|
||||
Loading…
Reference in a new issue