mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
net-misc/gowitness: bump to 1.3.4
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
7067e5bac0
commit
d917d13137
2 changed files with 103 additions and 0 deletions
|
|
@ -62,3 +62,4 @@ DIST github.com-tomsteele-go-nmap-3b9bafd.tar.gz 4792 BLAKE2B a96da64c38bb8c6f94
|
|||
DIST gowitness-1.3.1.tar.gz 131086 BLAKE2B 80046d9da85551bf4f0f64a987f8c64f4b993269972436bd4cc8808091e1cd999126f17a6cd1ef484328bef2f8b4e2e2d840ba536c8805572fa43ebb9138198e SHA512 42f1365156578cb49a97b1aaf89c467da0cb1b56ec02e9de74499cd3a6be51dda2bfe3bdf462607c73a9bf645e70f568a083233aabbd9fbd5b394dc848e65776
|
||||
DIST gowitness-1.3.2.tar.gz 131223 BLAKE2B 85a4d8fe0a3a1f3da9b8eec89b9e36300fbceceeee848d2e58272065da90f79ee524e0974dfc39c96e7d75425965499748768d1e4fdcd629f6542db799246472 SHA512 1b5e36c6b87ce07cbe5f4203adacb940e48cc64fa3fabdfab70ed15ff020f5c4207f3bf1cdfbf507c4b49221404eaedcb46c32c2b5ad7f5bb0b974f729a93372
|
||||
DIST gowitness-1.3.3.tar.gz 131266 BLAKE2B abcbf706e5f6398bc246f0f6c50033a01d5d055e87a115f8e098dd9126d1c8e44115349e600d5fc24b2a4e45fe55bdaf5827b8ffc6c250c24c2b0753ad596732 SHA512 6dd795c64f4b5da978a5e91e04b6061c88eb1577717c32201942a225d753c5347968580e189e969d57503a8847dcdbd5aee884d34c93c1e0173c2b30d9d8d3a1
|
||||
DIST gowitness-1.3.4.tar.gz 134451 BLAKE2B e1ed444f64ec8684ca2a7c8de59696b96b93ab2e3bcb1e94d1e513c581b978c08f5e5160a52b466ffaf2628ad951fcee9c5034276772742968cad79774e45873 SHA512 940e1b553ac4f3e20860dac7e0852a2f09e04f2a14696dff109eb53bc21b50e0479cb77002d1318b4bdf563f53d321798d902ebfd1ee03dc329a92d54e7ae875
|
||||
|
|
|
|||
102
net-misc/gowitness/gowitness-1.3.4.ebuild
Normal file
102
net-misc/gowitness/gowitness-1.3.4.ebuild
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN="github.com/sensepost/gowitness"
|
||||
EGO_VENDOR=(
|
||||
"github.com/BurntSushi/toml v0.3.1"
|
||||
"github.com/corona10/goimagehash v1.0.1"
|
||||
"github.com/davecgh/go-spew v1.1.1"
|
||||
"github.com/elazarl/goproxy ecfe977"
|
||||
"github.com/elazarl/goproxy/ext 473e67f github.com/elazarl/goproxy"
|
||||
"github.com/fsnotify/fsnotify v1.4.7"
|
||||
"github.com/golang/protobuf v1.2.0"
|
||||
"github.com/gopherjs/gopherjs 0766667"
|
||||
"github.com/hashicorp/hcl 23c074d"
|
||||
"github.com/hpcloud/tail v1.0.0"
|
||||
"github.com/inconshreveable/mousetrap v1.0.0"
|
||||
"github.com/jtolds/gls v4.20.0"
|
||||
"github.com/kr/pretty v0.1.0"
|
||||
"github.com/kr/pty v1.1.1"
|
||||
"github.com/kr/text v0.1.0"
|
||||
"github.com/magiconair/properties v1.7.3"
|
||||
"github.com/mattn/go-runewidth v0.0.4"
|
||||
"github.com/mcuadros/go-version 88e56e0"
|
||||
"github.com/mitchellh/go-homedir b8bc1bf"
|
||||
"github.com/mitchellh/mapstructure 06020f8"
|
||||
"github.com/moul/http2curl v1.0.0"
|
||||
"github.com/nfnt/resize 83c6a99"
|
||||
"github.com/olekukonko/tablewriter v0.0.1"
|
||||
"github.com/onsi/ginkgo v1.10.1"
|
||||
"github.com/onsi/gomega v1.7.0"
|
||||
"github.com/parnurzeal/gorequest v0.2.15"
|
||||
"github.com/pelletier/go-toml v1.0.1"
|
||||
"github.com/pkg/errors v0.8.0"
|
||||
"github.com/pmezard/go-difflib v1.0.0"
|
||||
"github.com/reconquest/barely 0f12e3b"
|
||||
"github.com/reconquest/loreley 9e95b93"
|
||||
"github.com/remeh/sizedwaitgroup 4b44541"
|
||||
"github.com/rogpeppe/go-charset 2471d30"
|
||||
"github.com/sirupsen/logrus v1.0.3"
|
||||
"github.com/smartystreets/assertions b2de0cb"
|
||||
"github.com/smartystreets/goconvey 505e419"
|
||||
"github.com/spf13/afero 5660eee"
|
||||
"github.com/spf13/cast v1.1.0"
|
||||
"github.com/spf13/cobra v0.0.1"
|
||||
"github.com/spf13/jwalterweatherman 12bd96e"
|
||||
"github.com/spf13/pflag v1.0.0"
|
||||
"github.com/spf13/viper v1.0.0"
|
||||
"github.com/stretchr/objx v0.1.0"
|
||||
"github.com/stretchr/testify v1.4.0"
|
||||
"github.com/tidwall/btree 9876f14"
|
||||
"github.com/tidwall/buntdb b67b1b8"
|
||||
"github.com/tidwall/gjson v1.0.1"
|
||||
"github.com/tidwall/grect ba9a043"
|
||||
"github.com/tidwall/match v1.0.0"
|
||||
"github.com/tidwall/rtree d4a8a3d"
|
||||
"github.com/tomsteele/go-nmap 3b9bafd"
|
||||
"golang.org/x/crypto c2843e0 github.com/golang/crypto"
|
||||
"golang.org/x/net d888771 github.com/golang/net"
|
||||
"golang.org/x/sync 1d60e46 github.com/golang/sync"
|
||||
"golang.org/x/sys d0b11bd github.com/golang/sys"
|
||||
"golang.org/x/text v0.3.0 github.com/golang/text"
|
||||
"golang.org/x/tools ab21143 github.com/golang/tools"
|
||||
"gopkg.in/airbrake/gobrake.v2 v2.0.9 github.com/airbrake/gobrake"
|
||||
"gopkg.in/fsnotify.v1 v1.4.7 github.com/fsnotify/fsnotify"
|
||||
"gopkg.in/yaml.v2 v2.2.2 github.com/go-yaml/yaml"
|
||||
)
|
||||
|
||||
inherit eutils golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="A web screenshot utility using Chrome Headless"
|
||||
HOMEPAGE="https://github.com/sensepost/gowitness"
|
||||
|
||||
SRC_URI="https://github.com/sensepost/gowitness/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="CC-BY-SA-4.0 GPL-3 AGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-w" "${EGO_PN}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go install -v -work -x -ldflags="-w" "${EGO_PN}" || die
|
||||
|
||||
dobin bin/${PN}
|
||||
dodoc "src/${EGO_PN}/README.md"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "\nYou need install Google Chrome or chrome based browser before using it"
|
||||
einfo "See documentation: https://github.com/sensepost/gowitness#usage\n"
|
||||
}
|
||||
Loading…
Reference in a new issue