net-analyzer/dstp-bin - 0.4.23 (gentoo-zh)

Search

Install

Install this version:

emerge -a =net-analyzer/dstp-bin-0.4.23

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/dstp-bin-0.4.23

Or alternatively:

emerge --autounmask-write -a =net-analyzer/dstp-bin-0.4.23

Package Information

Description:
Run common networking tests against any site
Homepage:
https://github.com/ycd/dstp
License:
BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.23 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

DESCRIPTION="Run common networking tests against any site"
HOMEPAGE="https://github.com/ycd/dstp"
SRC_URI="
	amd64? ( https://github.com/ycd/dstp/releases/download/v${PV}/dstp_${PV}_Linux_amd64.tar.gz -> ${P}-amd64.tar.gz )
	arm64? ( https://github.com/ycd/dstp/releases/download/v${PV}/dstp_${PV}_Linux_arm64.tar.gz -> ${P}-arm64.tar.gz )
"

S="${WORKDIR}"

LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="strip"

RDEPEND="!net-analyzer/dstp"

src_install() {
	dobin dstp
	dodoc README.md
}

Dependencies

RDEPEND

!net-analyzer/dstp

Manifest for 0.4.23

Type File Size Source URLs
DIST dstp-bin-0.4.23-amd64.tar.gz 2074614 bytes https://github.com/ycd/dstp/releases/download/v0.4.23/dstp_0.4.23_Linux_amd64.tar.gz
DIST dstp-bin-0.4.23-arm64.tar.gz 1918315 bytes https://github.com/ycd/dstp/releases/download/v0.4.23/dstp_0.4.23_Linux_arm64.tar.gz