Install this version:
emerge -a =net-misc/gowitness-2.5.0
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
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
https://github.com/pentoo/pentoo-golang-dist/releases/download/${P}/${P}-deps.tar.xz
"
KEYWORDS="amd64 ~x86"
LICENSE="CC-BY-SA-4.0 GPL-3 AGPL-3"
SLOT="0"
src_compile() {
ego build
}
src_install() {
dobin gowitness
default
}
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"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gowitness-2.5.0-deps.tar.xz | 25967632 bytes | https://github.com/pentoo/pentoo-golang-dist/releases/download/gowitness-2.5.0/gowitness-2.5.0-deps.tar.xz |
| DIST | gowitness-2.5.0.tar.gz | 1161996 bytes | https://github.com/sensepost/gowitness/archive/2.5.0.tar.gz |