mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
845 B
Plaintext
31 lines
845 B
Plaintext
# -*- 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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
maintainers nomaintainer
|
|
|
|
categories textproc
|
|
license MIT
|
|
description sparklines for your shell.
|
|
long_description ${name}: {*}${description}
|
|
|
|
platforms any
|
|
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 d1393e0bc754e83d9c576ef5801e5300427e9eff \
|
|
sha256 4cf5717d82e5a078351065705cfff6c4ccf5116bda285d56ba15960b358f92f4
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
xinstall -m 775 ${worksrcpath}/spark ${destroot}${prefix}/bin
|
|
}
|