mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
maryam-2.2.6.ebuild
This commit is contained in:
parent
4738e4b2d8
commit
4ef7a3e5e6
3 changed files with 33 additions and 0 deletions
1
net-analyzer/maryam/Manifest
Normal file
1
net-analyzer/maryam/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST maryam-2.2.6.tar.gz 279587 BLAKE2B 20082301b85bedde906897eecfaf293ddb787282101e0bebddf93859404d0d453722c6995155e27854063c79f9aec0f720f2195fc1f560b82b4da5f3a8aa2f66 SHA512 be5dbf33012610a0ec4b3b2a1055e663ad9d1cbe8d920970ec8ca5d2b3a2a8b3292c53072b672bd18ec1d34ab9965124389fd2018789c50629341c3321a3495c
|
||||
24
net-analyzer/maryam/maryam-2.2.6.ebuild
Normal file
24
net-analyzer/maryam/maryam-2.2.6.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="OWASP Maryam is a modular open source OSINT and data gathering framework"
|
||||
HOMEPAGE="https://owasp.org/www-project-maryam/"
|
||||
SRC_URI="https://github.com/saeeddhqan/Maryam/archive/refs/tags/v.${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
S="${WORKDIR}/Maryam-v.${PV}"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/cloudscraper[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
"
|
||||
8
net-analyzer/maryam/metadata.xml
Normal file
8
net-analyzer/maryam/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue