# $Id: Portfile 103294 2013-02-20 10:30:32Z raimue@macports.org $

PortSystem      1.0
PortGroup       cmake 1.0

name            vramsteg
version         1.0.0
categories      sysutils devel
platforms       darwin
license         MIT
maintainers     raimue openmaintainer
description     Utility for displaying progress bars
long_description \
    Vramsteg, from the Swedish framsteg (progress), is a CLI progress bar \
    that can be used from any script language. It supports color, labels, \
    percentage completion, elapsed time and estimates.

homepage        http://tasktools.org/projects/vramsteg.html

fetch.type      git
git.url         git://tasktools.org/vramsteg.git
# There is no better tag than this commit hash
git.branch      512bffa50fd48afdd5d28f9b4849934db4fcdd74

livecheck.type  regex
livecheck.regex {<span class="badge badge-success">(\d+(.\d+)+)</span>}
