Files
guru/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
Gabriel M. Dutra f7cc2c14c1 net-analyzer/gping-bin: new package, add 1.5.1
Signed-off-by: Gabriel M. Dutra <0xdutra@gmail.com>
2022-12-10 00:25:50 -03:00

23 lines
462 B
Bash

# 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
}