You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
0a9437e290
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
26 lines
844 B
Tcl
26 lines
844 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/caarlos0/mdtree 0.1.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Convert markdown lists into ASCII trees
|
|
long_description {*}${description}
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 e2d0af51cb3131a169b2ad9905b7acdaf832076c \
|
|
sha256 0c495b59cc0fa53818a3d25daca4c970fab01279ceb827d0d938301122982109 \
|
|
size 4979
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|