File: build_gosop.sh

package info (click to toggle)
golang-github-protonmail-go-crypto 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,932 kB
  • sloc: makefile: 10
file content (5 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
cd gosop
echo "replace github.com/ProtonMail/go-crypto => ../go-crypto" >> go.mod
go get github.com/ProtonMail/go-crypto
go get github.com/ProtonMail/gopenpgp/v3/crypto@c09849a05e9a6221a99bc1dd8731f36d16ea1757 
go build .