# -*- 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/cue-lang/cue 0.8.2 v go.offline_build no github.tarball_from archive go.package cuelang.org/go revision 0 homepage https://cuelang.org description Open-source data constraint language which aims to \ simplify tasks involving defining and using data. long_description CUE is an {*}${description} It is a superset of JSON, \ allowing users familiar with JSON to get started quickly. categories devel lang installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 3656d2f1896f5773c3490cb620104f707c5690bd \ sha256 84af8ee44781f268173b729d29abcc0ab816a82701aa14ef1aafbd50594a6457 \ size 2436838 build.pre_args-append \ -ldflags=\"-X ${go.package}/cmd/cue/cmd.version=${version}\" \ -o ./_dist/${name} build.args ./cmd/${name} github.livecheck.regex {([0-9.]+)} pre-build { file mkdir ${worksrcpath}/_dist } destroot { xinstall -m 0755 ${worksrcpath}/_dist/${name} ${destroot}${prefix}/bin/ }