mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
golang: requires git.
Nothing changed in the port, I assume that somehow HaikuPorter was previously pulling in Git and now it isn't.
This commit is contained in:
@@ -16,7 +16,7 @@ SRC_URI="https://bitbucket.org/zhuowei/go-1-3-haiku/downloads/golang-1.3-porthai
|
||||
SOURCE_DIR="golang-1.3-porthaiku2"
|
||||
CHECKSUM_SHA256="7ec832d47bf5080f579aa80f8f196bf0b8f60aa99718510e8028586255f716c7"
|
||||
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2009-2014 The Go Authors"
|
||||
|
||||
@@ -53,6 +53,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:hg
|
||||
cmd:git
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -65,7 +66,7 @@ BUILD()
|
||||
export GOPATH=/tmp
|
||||
export GOROOT=`pwd`
|
||||
bin/go get code.google.com/p/go.tools/cmd/godoc
|
||||
bin/go get code.google.com/p/go.tools/cmd/vet
|
||||
bin/go get code.google.com/p/go.tools/cmd/vet
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user