mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
app-forensics/mvt: new package, add 2.4.1
Copy from https://forums.gentoo.org/viewtopic-p-8798690.html#8798690 Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
21a21f37d4
commit
d3715147b9
1
app-forensics/mvt/Manifest
Normal file
1
app-forensics/mvt/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST mvt-2.4.1.tar.gz 1306558 BLAKE2B e6cdbd9c4e8f4bdc716e6cbfdb174e131c4293707c65e5f72da3bf8aed78d1b95b73032e2520cac842353d4012b3cfe1875f8e76f0e48474ab386ca7d5445ff5 SHA512 a791e0c7a300c7c8612bb1fe6820f3f3bc22f68486d176ced53e95f391cb8a4c6f629aeef76410294dea050560466612b0501d6693208eab89e5f31647f2af0e
|
12
app-forensics/mvt/metadata.xml
Normal file
12
app-forensics/mvt/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mvt-project/mvt</remote-id>
|
||||
<bugs-to>https://github.com/mvt-project/mvt</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
32
app-forensics/mvt/mvt-2.4.1.ebuild
Normal file
32
app-forensics/mvt/mvt-2.4.1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="Forensic traces to identify a potential compromise of Android and iOS devices"
|
||||
HOMEPAGE="https://github.com/mvt-project/mvt"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/adb-shell[${PYTHON_USEDEP}]
|
||||
dev-python/biplist[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/iOSbackup[${PYTHON_USEDEP}]
|
||||
dev-python/libusb1[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/rich[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/tld[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user