# -*- 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.9.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 77dca70036fbb1d38608e9827182db8b662b38f3 \ sha256 949084a037dce6af09072d5b3acd9e6e004b49b2b24e1e3bf93e71bcd1ca99e0 \ size 2386349 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/ }