UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

go-toolchain

Old version of Go language compiller which can built by GCC

Package info

Codename: go-toolchain
Source file: go1.4-bootstrap-20171003.tar.gz
Source directory: go-tool
Package URL: https://umvirt.com/linux/downloads/0.1/packages/g/go1.4-bootstrap-20171003.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/g/go1.4-bootstrap-20171003.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Unpack script:
tar -xf go1.4-bootstrap-20171003.tar.gz
mv go go-tool

Configuration script:
#

Build script:
cd src
export GOROOT=/opt/go-tool
export CGO_ENABLED=0 
./make.bash

Install script:
cd ..
mkdir /opt/go-tool
cp -rv bin /opt/go-tool
cp -rv src /opt/go-tool
cp -rv pkg /opt/go-tool