# -*- 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/makeworld-the-better-one/amfora 1.9.2 v github.tarball_from archive revision 0 description A fancy terminal browser for the Gemini protocol. long_description {*}${description} Amfora aims to be the best looking \ Gemini client with the most features... all in the \ terminal. categories net installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 f7384b59c5fbcbbcbbdb28333bd3cb421e4255db \ sha256 81bb4605920955ddbeb0e7236be4f89979ab543fd41b34ea4a4846ac947147e2 \ size 2334420 # Allow Go to download deps at runtime. build.env-delete GO111MODULE=off GOPROXY=off build.cmd make build.pre_args-append \ VERSION=v${version} COMMIT="" BUILDER=macports build.target ${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }