Index: package.yml =================================================================== --- package.yml +++ package.yml @@ -2,40 +2,40 @@ version: 0.11.1 release: 1 source: - - https://github.com/hashicorp/terraform/archive/v0.11.1.tar.gz: da804e69e990226ee14dadbf33850c8b074d5e0782d56522b71d62c4c5c82cba + - https://github.com/hashicorp/terraform/archive/v0.11.1.tar.gz: da804e69e990226ee14dadbf33850c8b074d5e0782d56522b71d62c4c5c82cba license: MPL-2.0 component: programming.tools summary: Terraform tool description: | - Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. + Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. networking: true builddeps: - - git - - golang + - git + - golang setup: | - mkdir -p ../src/github.com/hashicorp/terraform - cp -aT . ../src/github.com/hashicorp/terraform/ - mv ../src . + mkdir -p ../src/github.com/hashicorp/terraform + cp -aT . ../src/github.com/hashicorp/terraform/ + mv ../src . - export GOPATH=`pwd` - go get -u golang.org/x/tools/cmd/stringer + export GOPATH=`pwd` + go get -u golang.org/x/tools/cmd/stringer build: | - export GOPATH=`pwd` - export PATH=$PATH:$GOPATH/bin - cd src/github.com/hashicorp/terraform - %make dev + export GOPATH=`pwd` + export PATH=$PATH:$GOPATH/bin + cd src/github.com/hashicorp/terraform + %make dev check: | - export GOPATH=`pwd` - export PATH=$PATH:$GOPATH/bin - cd src/github.com/hashicorp/terraform - %make test + export GOPATH=`pwd` + export PATH=$PATH:$GOPATH/bin + cd src/github.com/hashicorp/terraform + %make test install: | - install -D -d -m 00755 $installdir/usr/bin - install -D -m 00755 src/github.com/hashicorp/terraform/bin/terraform $installdir/usr/bin/terraform + install -D -d -m 00755 $installdir/usr/bin + install -D -m 00755 src/github.com/hashicorp/terraform/bin/terraform $installdir/usr/bin/terraform