mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 16:20:55 +02:00
ffuf: remove. Nice to have, but functionality is very limited and the ebuild need to be re-written
This commit is contained in:
parent
ad63caf1bb
commit
d3778ffd5c
4 changed files with 0 additions and 120 deletions
|
|
@ -1,9 +0,0 @@
|
|||
DIST ffuf-1.5.0.tar.gz 262346 BLAKE2B b996679fd827076c5c7b4db432d9ea041366156092cc77470d901dc858453fdcc658f2fac10e4f20692de90f5bb7527e26ff925332c0fe7d7bcb691aa8cd4a59 SHA512 5460e5b7b3ec49206820d160945647ec75c5c0a595250f528e08a2c293b95ffbeb577225c6d885b78e27e665bfc112c5fc0c1f26f4686c825866550f791f24ff
|
||||
DIST ffuf-2.0.0.tar.gz 270759 BLAKE2B 05ace9b540fb48e4fda8feac5a0ace1103d0269f14aa649a31b479be1950650d860b661daaa0c0098de63cd703ad2009e5a291e1583fe7063250ae2e6a14f65a SHA512 46f3b4ffa24b62ebba58be81e4daae34eaa13be0e216ee7591867b4cbb43e977c04da84faaac06d41a34c44a4bec087fd36c47ee28f1b4f48a9ec90d0e1fdc00
|
||||
DIST github.com-PuerkitoBio-goquery-v1.8.0.tar.gz 105200 BLAKE2B c1d791b6dce4721e003ebde4c9fed6d20b8cdf0096cb1c076c69702ec822a5aaa8875a8f377156468328854b3297209c44f18e70ed1f9b493f2a1089e8d426ce SHA512 08e4c35965bbc0e0e4d97985006a1fb257f02e5a221bab4935742e4718d66ce117df068db335efd2245fe9e9c6ebc32f6596b26c5f8173bba399b882d28e0317
|
||||
DIST github.com-adrg-xdg-v0.4.0.tar.gz 20022 BLAKE2B da4500c501784aa4d8e38d7917d24a9fcb11adcad99924a67f56c9bcb730ca20e6068d9dc192007046b11bfe3a4e3c829b5576e5b478426700ed103ba0e42f10 SHA512 5e222e717965d85e7503744b08920ba18bc53ec6672ec31dd03016339cf83609e0ba3147749749cca9317ffd621704d765a77873d978e10a0b487a1301766a75
|
||||
DIST github.com-andybalholm-cascadia-v1.3.1.tar.gz 33071 BLAKE2B a4074855f7782add66bafa6a2aeabe7789271e506db67a0418a7cd8a307634a0127987ec5d5a9ce60b05fe0b128cd2f3791452385c78f78e069286d76680084a SHA512 55defe3ebbcf00d09921b6e7cdd7f82413f0f0b0dd39382a8184f03bea84a7706ad778c4b25fac8e28ea0834c03bfacd7c0f68c6fc744a20865557fb22b949fc
|
||||
DIST github.com-golang-net-v0.5.0.tar.gz 1238327 BLAKE2B c3bbac6d5bec139571178ce7a02df8e27bf0f1e81ec5001c6e43a259bea3aa6bc77b7ad9e4e0d774ddba85786a670d052f7b7daaa3fb3c60a42cabeca2cf0868 SHA512 5e63a161b2087951e4724f8f4a63bd30a5e4dd51ea1201835bdddf712839fc7e689b6d34d343cca2918526a0a0c199dc1d50ffe462200bd7b7c1e96b919983d9
|
||||
DIST github.com-golang-sys-v0.4.0.tar.gz 1425141 BLAKE2B aa7748c35486570ae559ef52dd5926c71185732ce63affffadec3363353d532eeafa08d992ba9c34762b49ddf28593620a6e8ea31ab2a49cc7217c73deefb092 SHA512 6d8b8cb3097d159c6ffa399e2f71db7eba2366d8b21e3613010302b0da3363eae2b9a0b510bb631b7f6970c46b6f95f65e8a1a9bbf24255d02fe547af140db23
|
||||
DIST github.com-pelletier-go-toml-v1.8.1.tar.gz 98819 BLAKE2B 1d1b3c42be51bb611031448e5338a8def6aa210d2a398535a3c20bc09392accdff65162a967b912d6cf5d8033267171affad894082ee0495528a5d9615824026 SHA512 573da5842b8c1c5960ea2cbeb6bbe48369894f60cc1b53de9bdd09be6a490230c4cb20d7e1978230ba5ebaccac19510527fb74b18c241095ea5524365c801ee0
|
||||
DIST github.com-pelletier-go-toml-v1.9.5.tar.gz 106932 BLAKE2B 88ef2f03ef1217bca27dab83ab13979ffa6d9d75b33323e6b9ce2c761549e4d821ac7787adc1a1aa7bc5ed25aa394250a88e30ad07dbcd93b6b0d48a4e9df608 SHA512 27e5bd611e07f6acf73e79f7665659963cc4b3cade2cb7686733f959edc5376de1679c345c7ee676f28e980f79d8a4419d7e1ac28d4448b710bf343048f56003
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
EGO_PN="github.com/ffuf/ffuf"
|
||||
|
||||
# go mod vendor && grep "# g" ./vendor/modules.txt | sort
|
||||
EGO_VENDOR=(
|
||||
"github.com/pelletier/go-toml v1.8.1"
|
||||
)
|
||||
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Fast web fuzzer / directory brute force"
|
||||
HOMEPAGE="https://github.com/ffuf/ffuf"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/ffuf/ffuf"
|
||||
else
|
||||
SRC_URI="https://github.com/ffuf/ffuf/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="dev-lang/go"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-w" "${EGO_PN}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go install -v -work -x -ldflags="-w" "${EGO_PN}"
|
||||
|
||||
dobin bin/${PN}
|
||||
dodoc src/"${EGO_PN}"/README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "\nSee documentation: https://github.com/ffuf/ffuf#usage\n"
|
||||
}
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
EGO_PN="github.com/ffuf/ffuf"
|
||||
|
||||
# go mod vendor && grep "# g" ./vendor/modules.txt | sort
|
||||
EGO_VENDOR=(
|
||||
"github.com/adrg/xdg v0.4.0"
|
||||
"github.com/andybalholm/cascadia v1.3.1"
|
||||
"github.com/pelletier/go-toml v1.9.5"
|
||||
"github.com/PuerkitoBio/goquery v1.8.0"
|
||||
"golang.org/x/net v0.5.0 github.com/golang/net"
|
||||
"golang.org/x/sys v0.4.0 github.com/golang/sys"
|
||||
)
|
||||
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Fast web fuzzer / directory brute force"
|
||||
HOMEPAGE="https://github.com/ffuf/ffuf"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/ffuf/ffuf"
|
||||
else
|
||||
SRC_URI="https://github.com/ffuf/ffuf/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="dev-lang/go"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-w" "${EGO_PN}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go install -v -work -x -ldflags="-w" "${EGO_PN}"
|
||||
|
||||
dobin bin/${PN}
|
||||
dodoc src/"${EGO_PN}"/README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "\nSee documentation: https://github.com/ffuf/ffuf#usage\n"
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue