mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
dirhunt version bump
This commit is contained in:
parent
309aad90c4
commit
19a775bba1
1 changed files with 36 additions and 0 deletions
36
net-analyzer/dirhunt/dirhunt-0.5.1.ebuild
Normal file
36
net-analyzer/dirhunt/dirhunt-0.5.1.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories."
|
||||
HOMEPAGE="https://github.com/Nekmo/dirhunt"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1
|
||||
dev-python/click
|
||||
dev-python/colorama
|
||||
dev-python/humanize
|
||||
dev-python/requests
|
||||
dev-python/requests-mock"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
Loading…
Reference in a new issue