# -*- 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.3.9 v go.offline_build no 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 412a5adee353c63bf42f4dd5e65b6e482fce065d \ sha256 70e107516b318b472ac24c61caa403c1b5d65a6ca181c8f47ae23769dfd862d0 \ size 629515 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.]+)}