# -*- 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/Masterminds/glide 0.13.3 v
# Delete this on next update to use golang PortGroup's default ('archive')
github.tarball_from tarball
categories          devel
maintainers         {@nareshov naresh.moe:macports} openmaintainer
license             MIT

description         Package Management for Golang.

long_description    Are you used to tools such as Cargo, npm, Composer, Nuget, \
                    Pip, Maven, Bundler, or other modern package managers? If \
                    so, Glide is the comparable Go tool.

checksums           rmd160  af22000a2dab128ce775161b17e7e7c9f35fe8d3 \
                    sha256  b17c741a1ff27124d102f26f62e3ddf3ee2b37bdd080317e9bf28c09ee1f39b5 \
                    size    272261

build.cmd           make
build.args          VERSION=${version}
build.target        build
test.run            yes

destroot {
    xinstall ${worksrcpath}/glide ${destroot}${prefix}/bin
}
