summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2018-10-22 14:55:43 +0200
committerMichał Górny <mgorny@gentoo.org>2018-11-03 10:58:20 +0100
commitfaba3e0b54125bcb1a20a7ed5e9a43387eb97afa (patch)
tree7de59de5c6365e9d686da610722153bf2022ff33 /net-analyzer/prettyping/prettyping-1.0.1.ebuild
parentmedia-sound/teamspeak-server: drop old version (diff)
downloadgentoo-faba3e0b54125bcb1a20a7ed5e9a43387eb97afa.tar.gz
gentoo-faba3e0b54125bcb1a20a7ed5e9a43387eb97afa.tar.bz2
gentoo-faba3e0b54125bcb1a20a7ed5e9a43387eb97afa.zip
net-analyzer/prettyping: Ping wrapper with coloured output (new package)
'prettyping' is a wrapper around the standard 'ping' tool, making the output prettier, more colorful, more compact, and easier to read. Closes: https://bugs.gentoo.org/664958 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/10200 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/prettyping/prettyping-1.0.1.ebuild')
-rw-r--r--net-analyzer/prettyping/prettyping-1.0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
new file mode 100644
index 000000000000..df1c3132fd20
--- /dev/null
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Ping wrapper that produces coloured, easily readable output."
+HOMEPAGE="http://denilson.sa.nom.br/prettyping/"
+SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-shells/bash
+ net-misc/iputils
+ virtual/awk"
+
+src_install() {
+ dobin prettyping
+}