mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
sublist3r: 20181016 bump
This commit is contained in:
parent
4521506dee
commit
49698c79ea
1 changed files with 2 additions and 3 deletions
|
|
@ -10,14 +10,13 @@ inherit python-r1 python-utils-r1 git-r3
|
|||
DESCRIPTION="Enumerate subdomains of websites using OSINT"
|
||||
HOMEPAGE="https://github.com/aboul3la/Sublist3r"
|
||||
EGIT_REPO_URI="https://github.com/aboul3la/Sublist3r.git"
|
||||
EGIT_COMMIT="832d544fa643928f7fd5a5a556a4bbe5624bbce0"
|
||||
EGIT_COMMIT="69fdd12708f5d44c416428e2fe369c1d596df1cd"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
|
||||
RDEPEND="dev-python/argparse[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
|
@ -34,5 +33,5 @@ src_install() {
|
|||
python_moduleinto ${PN}
|
||||
python_foreach_impl python_domodule subbrute __init__.py
|
||||
newbin sublist3r.py sublist3r
|
||||
dodoc README.md LICENSE
|
||||
dodoc README.md
|
||||
}
|
||||
Loading…
Reference in a new issue