build (164B)
1 2 3 4 5 6 7 8
#!/bin/sh -e export GOPATH="$PWD/go" export GO111MODULE=on export GOFLAGS="$GOFLAGS -modcacherw -trimpath" make PREFIX=/usr make DESTDIR="$1" PREFIX=/usr install