Ticket #53918: Portfile

File Portfile, 1.2 KB (added by 1-61803, 7 years ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        denilsonsa prettyping 1.0.1 v
7categories          net
8platforms           darwin
9maintainers         nomaintainer
10license             MIT
11supported_archs     noarch
12
13description         prettier, more colorful, more compact, easier to read \
14                    ping output
15
16long_description    prettyping is a wrapper around the standard ping tool \
17                    with the objective of making the output prettier, more \
18                    colorful, more compact, and easier to read. prettyping \
19                    runs the standard ping in the background and parses its \
20                    output, showing the ping responses in a graphical way at \
21                    the terminal (by using colors and Unicode characters).
22
23homepage            http://denilsonsa.github.io/prettyping/
24
25checksums           rmd160  199a0f4558b666791ece9ef80e81bb87c1eb5afc \
26                    sha256  4526d1fe920f05f952e3ebb83b89f7e134e0d202b14bbfc237ecfdd6076559d2
27
28use_configure       no
29
30build {}
31
32destroot {
33    copy ${worksrcpath}/prettyping ${destroot}${prefix}/bin
34}