# -*- 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/jesseduffield/lazygit 0.43.1 v github.tarball_from archive revision 0 description A simple terminal UI for git commands, written in Go long_description {*}$description categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 fb9b8594608ac822e2b73e806ece99c89cbd422d \ sha256 a9dad9e5bc9edb1111b3331d1ccb25f97f2593f51b1557a36c1765df08cb3006 \ size 4694356 # lazygit's dependencies are already vendored in the source code # Allow Go modules so that we can build vendored dependencies build.env-delete GO111MODULE=off build.pre_args-append -mod=vendor build.args -ldflags \" \ -X main.version=${version} \ -X main.buildSource=macports \ \" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} }