This commit is contained in:
blshkv 2019-05-01 10:14:49 +08:00
parent d468a4469c
commit 377d5af8a6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST dirble-bin-1.3.0-amd64.zip 3181999 BLAKE2B 93b297b0cf77ef3e60e8dba5faac601ee31d4de403e17ef846477babc1d4d8ff49a9629fbbde06319fc6184033a5e76517096cbb915bafed3be61d86c7d74a40 SHA512 009960e6cc9f035264af3ad3a05c9d4442c2b4c984b4b1c61cae22cc9d1b20c73b64c7f96762d979588615bbde0bbf1b3915c447964cc3330402a0288d39023d
DIST dirble-bin-1.3.0-x86.zip 3016597 BLAKE2B acbfdb59a3b764f220f95353ecea4702dc07327f2d3b0d18635d85479aeb9e2a11f8993300cd72ced608bc20d031153066e530f9bb53c3809dbdeb82f540b45e SHA512 16aa19a7f445a7e4cb41a04dbc2121db37260aadade7c8ef8b98cf12369868a3e77db5dcf4d32776c4296496c83307d6a47b6fa56de53aff9a335377b100aa91

View file

@ -0,0 +1,33 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils
DESCRIPTION="Fast directory scanning and scraping tool"
HOMEPAGE="https://github.com/nccgroup/dirble"
MY_PN="${PN%-bin}"
SRC_URI="
amd64? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-x86_64-linux.zip -> ${P}-amd64.zip )
x86? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-i686-linux.zip -> ${P}-x86.zip )"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
#RDEPEND="!net-analyzer/dirble"
S="${WORKDIR}"/${MY_PN}
src_install() {
local ins_dir="/opt/${MY_PN}"
insinto "${ins_dir}" && exeinto "${ins_dir}"
doins -r dirble_wordlist.txt extensions
doexe ${MY_PN}
make_wrapper "${PN}" \
"${ins_dir}/${MY_PN}"
}

View file

@ -142,3 +142,5 @@ net-analyzer/termshark
=net-analyzer/testssl-3.0*
net-analyzer/GyoiThon **
net-analyzer/dirble-bin