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

PortSystem          1.0
PortGroup           github 1.0

github.setup        holman spark 1.0.1 v

maintainers         g5pw

categories          textproc
license             MIT
description         sparklines for your shell.
long_description    ${name}: ${description}

platforms           darwin

supported_archs     noarch

checksums           rmd160  d1393e0bc754e83d9c576ef5801e5300427e9eff \
                    sha256  4cf5717d82e5a078351065705cfff6c4ccf5116bda285d56ba15960b358f92f4

use_configure       no

build {}

destroot {
    xinstall -m 775 ${worksrcpath}/spark ${destroot}${prefix}/bin
}