mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
54 lines
2.3 KiB
Tcl
54 lines
2.3 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/redraw/rapel 1.0.3 v
|
|
revision 0
|
|
|
|
description Chunked HTTP downloader with resume support
|
|
|
|
long_description \
|
|
${name} is a command-line downloader for chunked resumable downloads, \
|
|
with support for concurrent downloads, proxy configuration, post-part \
|
|
hooks, graceful shutdown, and merging chunk files.
|
|
|
|
categories net
|
|
installs_libs no
|
|
license none
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 8d102ab3622a4e4672bc1b893084bf4062b45b8d \
|
|
sha256 fdaa3282695ef228ce52097940957d12714868a3e3d0e0605da35d898785398e \
|
|
size 22932
|
|
|
|
go.vendors gopkg.in/yaml.v3 \
|
|
lock v3.0.1 \
|
|
rmd160 e85ac1368fb7f9ef945b7fd7bd608a1f0d261c12 \
|
|
sha256 f3ea6be3f405ec25f8799773355aba54f8831d11f5315a01155bdc69b92eca7b \
|
|
size 91208 \
|
|
github.com/stretchr/testify \
|
|
lock v1.11.1 \
|
|
rmd160 d6dec631a506398b8b731a0476b9e44c206243ac \
|
|
sha256 759279b90772bfc79db1620874f45eb008aceab35b14f007cb4ab8316a2398db \
|
|
size 116867 \
|
|
github.com/pmezard/go-difflib \
|
|
lock v1.0.0 \
|
|
rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \
|
|
sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \
|
|
size 11409 \
|
|
github.com/davecgh/go-spew \
|
|
lock v1.1.1 \
|
|
rmd160 7c02883aa81f81aca14e13a27fdca9e7fbc136f7 \
|
|
sha256 e85d6afa83e64962e0d63dd4812971eccf2b9b5445eda93f46a4406f0c177d5f \
|
|
size 42171
|
|
|
|
build.pre_args-append \
|
|
-ldflags \"-s -w\"
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|