Files
Joshua Root 00add8495d textproc/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-30 08:12:16 +11:00

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
}