|
|
@ -3,7 +3,7 @@ version=1.7.3 |
|
|
|
bootstrap_version=1.4.3 |
|
|
|
update_url='https://golang.org/dl/' |
|
|
|
|
|
|
|
define_option '!bootstrap: Build for the first time' |
|
|
|
define_option '!bootstrap: Bootstrap this program' |
|
|
|
|
|
|
|
dlextract "https://storage.googleapis.com/golang/$name$version.src.tar.gz" \ |
|
|
|
'83d1b7bd4281479ab7d153e5152c9fc9' |
|
|
@ -49,4 +49,4 @@ done |
|
|
|
echo "export GOPATH=\"$dir_sysroot/$dir_prefix/$dir_libdir/$name/site\"" > go.sh |
|
|
|
install -Dm755 -t "$dir_install/$dir_sysconfdir/profile.d" go.sh |
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
|
|
|