# -*- 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/goplus/gop 1.2.6 v go.offline_build no github.tarball_from archive name goplus revision 0 homepage https://goplus.org description Go+: designed for data science long_description Go+ is a statically-typed language designed for data \ science. It is fully compatible with the Go language, but \ has a more script-like style, being more readable code \ for data science than Go. categories lang devel installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 7cc981bcba92fddf8a2f62db8e5090ac990b3c36 \ sha256 51db5c4116fd229d7cd65c3b45552dc0cd7aa9c89798a9ba71ae2f0f243c7f05 \ size 386656 build.cmd ./make.bash build.pre_args {} build.args {} destroot { foreach gop_bin [glob ${worksrcpath}/bin/*] { xinstall -m 0755 ${gop_bin} ${destroot}${prefix}/bin/ } } github.livecheck.regex {([0-9.]+)}