reflutter-0.4.9.ebuild

This commit is contained in:
Anton Bolshakov 2021-12-24 11:44:10 +08:00
parent 6dedba7ecc
commit 4adf5f34b4
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST reflutter-0.4.9.tar.gz 6097 BLAKE2B 50088b93faae53d065f4346ef29631d39445f137c54f6f545e76d3a23a40cb4683db4bc8cb162c73c7e6fb8933e855cbbce23a67aeecd9b5435fb37a36efc496 SHA512 0573f707080737254d7a01a6f573fc3c88eb5057e07ef4e1ba777cc6b5827e11b88063bf25a5378edf8477739954929a35d53fb3f5406c62c8b23ec0b1255989

View file

@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Flutter apps reverse engineering"
HOMEPAGE="https://github.com/ptswarm/reFlutter"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"