mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
72 lines
3.5 KiB
Tcl
72 lines
3.5 KiB
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/technosophos/dashing 172c69f1c58cf6efe5b1813fa06ce29a684b00e4
|
|
# Delete this on next update to use golang PortGroup's default ('archive')
|
|
github.tarball_from tarball
|
|
version 20191217
|
|
revision 1
|
|
categories textproc devel
|
|
maintainers {amake @amake} openmaintainer
|
|
license MIT
|
|
|
|
description Generate Dash documentation from HTML files
|
|
|
|
long_description ${description}
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 89da6392318e17d1853b7d14aa3323a72f45570a \
|
|
sha256 b0e1c5c2ef81ef7914707d7b7b3f05c618e3d322cbad76fb1a7762a1c3c7904a \
|
|
size 58700
|
|
|
|
go.vendors github.com/andybalholm/cascadia \
|
|
lock 903109d295d5 \
|
|
rmd160 8894b83d5cfaba06179b9b467620776401c38c43 \
|
|
sha256 cd29c089ef032061b2f92195c5fb8a730eaafae8ec93d318748e192faf46a427 \
|
|
size 17445 \
|
|
github.com/cpuguy83/go-md2man \
|
|
lock f79a8a8ca69d \
|
|
rmd160 85f342c341fa928e9ec874490c277bdabf1c39c6 \
|
|
sha256 2f3f8bc701df4890a5a4baf0b632ad3290be1e0aaf572b2e58fd57df93efc306 \
|
|
size 52040 \
|
|
github.com/mattn/go-sqlite3 \
|
|
lock v2.0.1 \
|
|
rmd160 a97f062981a45f51826241bb65389851d56106c2 \
|
|
sha256 59a5622d0f80ad470b82b364774c602eb1f5373638f84107a653be6a7d18a6bb \
|
|
size 2297515 \
|
|
github.com/pmezard/go-difflib \
|
|
lock v1.0.0 \
|
|
rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \
|
|
sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \
|
|
size 11409 \
|
|
github.com/russross/blackfriday \
|
|
lock v2.0.1 \
|
|
rmd160 99cb49faff9bf24b8637dcdb3602c27c115810f3 \
|
|
sha256 4078d2cd3b1c6952133b214e4eaca95f3b31a01f87a03adabd7712e7d5f20f60 \
|
|
size 79665 \
|
|
github.com/shurcooL/sanitized_anchor_name \
|
|
lock v1.0.0 \
|
|
rmd160 c7e5322dba53e10db1711d65c146af5649b0c7c8 \
|
|
sha256 ed9418de8c92acfbbd8608745855ebfc67fa686c0a0a5245cf8eece8f540baa9 \
|
|
size 2144 \
|
|
github.com/urfave/cli \
|
|
lock v2.0.0 \
|
|
rmd160 1aa673f312712f3dcf7552310b14163467a642bb \
|
|
sha256 9292271afc46ac55ca1a65e524e2953d6944c4fabe717776eb05608a6b5fb13a \
|
|
size 85349 \
|
|
golang.org/x/net \
|
|
lock e7e4b65ae663 \
|
|
rmd160 6543e4a432a9caee8ac024d31c2a447c487890b7 \
|
|
sha256 9f355d0eeabdbd1d61fd22a7d0dc687faf1c4f636c5230d4e152d70e4ea2cd63 \
|
|
size 1173168
|
|
|
|
build.cmd make
|
|
build.target build
|
|
build.args VERSION=${version}
|
|
|
|
destroot {
|
|
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
|
|
}
|