net-analyzer/httpx - 1.11.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/httpx-1.11.0

Package Information

Description:
Fast and multi-purpose HTTP toolkit that allows running multiple probes
Homepage:
https://github.com/projectdiscovery/httpx
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.11.0 8 amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Fast and multi-purpose HTTP toolkit that allows running multiple probes"
HOMEPAGE="https://github.com/projectdiscovery/httpx"

SRC_URI="
	https://github.com/projectdiscovery/httpx/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
	https://github.com/pentoo/pentoo-golang-dist/releases/download/httpx-${PV}/httpx-${PV}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64"

BDEPEND=">=dev-lang/go-1.26.0:="

src_compile() {
	CGO_ENABLED=0 ego build -trimpath -o httpx ./cmd/httpx
}

src_install() {
	dobin httpx
	dodoc README.md
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.26.0:=

Manifest for 1.11.0

Type File Size Source URLs
DIST httpx-1.11.0-deps.tar.xz 87802132 bytes https://github.com/pentoo/pentoo-golang-dist/releases/download/httpx-1.11.0/httpx-1.11.0-deps.tar.xz
DIST httpx-1.11.0.gh.tar.gz 1784215 bytes https://github.com/projectdiscovery/httpx/archive/v1.11.0.tar.gz