dwarf-debugger-1.1.2_p20220408.ebuild

This commit is contained in:
Anton Bolshakov 2022-04-09 12:20:59 +08:00
parent 55089fb913
commit b75d01e33e
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 35 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST dwarf-debugger-1.0.9_p20200521.tar.gz 1073424 BLAKE2B 19234ab906e29e03efdb5f9d444bbbad2c4703603fd2007c523bfd1843c33d0a570429da1311441d532c2e7f3e5b3f338639c52c9b241ab7e3525c3b2421850f SHA512 358e2984ee76350a74ffbea86f2c5379ef1b2b502ac16f043b796de6d15f74ccdfb0af3e712a0a8d83a6010cd60b96de7388d06ffe442b78d4f3af3e78fd5965
DIST dwarf-debugger-1.1.2_p20220408.tar.gz 1083816 BLAKE2B 2b3b9e2aac0bca4ff65d96c5d7dffbadc42777c8b94ff6e3d5d0bedf9a45e860ee4d7a7085faaec8209425b2640d4d7d796bce656f60b80b05f129ae05fb8964 SHA512 84d40bed02030c02cb779288916adba063a64ea6c75e14117e3cc1b66bd115fbd84ebb467ccff52771a34dd6e04f290e41d6797510ee7f94f037e7822b9c7974

View file

@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
MY_PN="dwarf_debugger"
HASH_COMMIT="16d379b3def785f8cb3ad1049a3acdaf9298f1ee"
DESCRIPTION="Full featured multi arch/os debugger built on top of PyQt5 and frida"
HOMEPAGE="https://github.com/iGio90/Dwarf"
#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
SRC_URI="https://github.com/iGio90/Dwarf/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/capstone-4.0.1[python,${PYTHON_USEDEP}]
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
>=dev-python/frida-python-12.8.0[${PYTHON_USEDEP}]
>=dev-python/PyQt5-5.11.3[${PYTHON_USEDEP}]
>=dev-python/pyperclip-1.7.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
PATCHES=""${FILESDIR}"/dwart-disable-update2.patch"
S="${WORKDIR}/Dwarf-${HASH_COMMIT}"