# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        denilsonsa prettyping 1.1.0 v
github.tarball_from archive
categories          net
platforms           any
maintainers         nomaintainer
license             MIT
supported_archs     noarch

description         prettier, more colorful, more compact, easier to read \
                    ping output

long_description    prettyping is a wrapper around the standard ping tool \
                    with the objective of making the output prettier, more \
                    colorful, more compact, and easier to read. prettyping \
                    runs the standard ping in the background and parses its \
                    output, showing the ping responses in a graphical way at \
                    the terminal (by using colors and Unicode characters).

homepage            https://denilsonsa.github.io/prettyping/

checksums           rmd160  d0da2ad07fb61e297276c57a1ec6fa8e919f9f10 \
                    sha256  e8484492e3c704b2460a00b0e417a07ad7112b5f4ad9a211931ee031fe64b4b6 \
                    size    10185

use_configure       no

build {}

destroot {
    copy ${worksrcpath}/prettyping ${destroot}${prefix}/bin
}
