summaryrefslogtreecommitdiff
path: root/examples/protoc-gen-go/build
blob: f8e2b06f523e21e872f3f65c8484d15a623ecfc6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -x

# this is the new protobuf generator
#
# go-clone google.golang.org/protobuf
# cd ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go
# go install

mkdir -p  files/usr/bin
cp ~/go/bin/protoc-gen-go files/usr/bin