Files
Aaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

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/
}