net-analyzer/realitlscanner - 0.2.1 (gentoo-zh)

Search

Package Information

Description:
A TLS server scanner for Reality
Homepage:
https://github.com/XTLS/RealiTLScanner
License:
MPL-2.0

Ebuild Details

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

EAPI=8
inherit go-module

DESCRIPTION="A TLS server scanner for Reality"
HOMEPAGE="https://github.com/XTLS/RealiTLScanner"

SRC_URI="
	https://github.com/XTLS/RealiTLScanner/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-zh-drafts/RealiTLScanner/releases/download/v${PV}/RealiTLScanner-${PV}-vendor.tar.xz
		-> ${P}-vendor.golang-dist-mirror-action.tar.xz
"

S="${WORKDIR}/RealiTLScanner-${PV}"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

src_compile() {
	ego build -o ${P}
}

src_install() {
	newbin ${P} ${PN}
}

Manifest for 0.2.1

Type File Size Source URLs
DIST realitlscanner-0.2.1-vendor.golang-dist-mirror-action.tar.xz 452916 bytes https://github.com/gentoo-zh-drafts/RealiTLScanner/releases/download/v0.2.1/RealiTLScanner-0.2.1-vendor.tar.xz
DIST realitlscanner-0.2.1.tar.gz 11367 bytes https://github.com/XTLS/RealiTLScanner/archive/refs/tags/v0.2.1.tar.gz