net-analyzer/gping-bin: new package, add 1.5.1

Signed-off-by: Gabriel M. Dutra <0xdutra@gmail.com>
This commit is contained in:
Gabriel M. Dutra
2022-12-10 00:23:03 -03:00
parent cb877e1376
commit f7cc2c14c1
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gping-bin-1.5.1.tar.gz 774045 BLAKE2B af2161aa9e24648d7f399f06778060071b668935708c41b35506e4ddd88a68b5476538b88bd9877ec4ffa69f0f90e77c036bacc205be702a76aa06818ed97283 SHA512 00b2aa6fab24f8ea861ce3382c4d6879e580ce76a91576cec5ba7006a99e7f6d167d9095dc999f9803a537b89cc4c65df68363c8b9ebe27e7aed2e03092aaf8d

View File

@@ -0,0 +1,22 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Ping with graph"
HOMEPAGE="https://github.com/orf/gping"
SRC_URI="https://github.com/orf/${PN%-bin}/releases/download/${PN%-bin}-v${PV}/gping-Linux-x86_64.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
QA_FLAGS_IGNORED="usr/bin/gping"
S=${WORKDIR}
src_compile() { :; }
src_install() {
newbin ${PN%-bin} gping
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>0xdutra@gmail.com</email>
<name>Gabriel M. Dutra</name>
</maintainer>
<upstream>
<remote-id type="github">orf/gping</remote-id>
</upstream>
</pkgmetadata>