net-misc/gowitness - 2.5.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-misc/gowitness-2.5.0

Package Information

Description:
A web screenshot utility using Chrome Headless
Homepage:
https://github.com/sensepost/gowitness
License:
CC-BY-SA-4.0 GPL-3 AGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.5.0 8 amd64 ~x86 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Manifest for 2.5.0

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