mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-analyzer/gping-bin: new package, add 1.5.1
Signed-off-by: Gabriel M. Dutra <0xdutra@gmail.com>
This commit is contained in:
1
net-analyzer/gping-bin/Manifest
Normal file
1
net-analyzer/gping-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gping-bin-1.5.1.tar.gz 774045 BLAKE2B af2161aa9e24648d7f399f06778060071b668935708c41b35506e4ddd88a68b5476538b88bd9877ec4ffa69f0f90e77c036bacc205be702a76aa06818ed97283 SHA512 00b2aa6fab24f8ea861ce3382c4d6879e580ce76a91576cec5ba7006a99e7f6d167d9095dc999f9803a537b89cc4c65df68363c8b9ebe27e7aed2e03092aaf8d
|
||||
22
net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
Normal file
22
net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
Normal 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
|
||||
}
|
||||
11
net-analyzer/gping-bin/metadata.xml
Normal file
11
net-analyzer/gping-bin/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user