go-deb/examples/protoc-gen-go/build

11 lines
274 B
Plaintext
Raw Normal View History

2024-11-16 09:49:49 -06:00
#!/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
2024-11-19 04:37:20 -06:00
# go build
2024-11-16 09:49:49 -06:00
mkdir -p files/usr/bin
2024-11-19 04:37:20 -06:00
cp ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go/protoc-gen-go files/usr/bin/