aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
blob: 3cdf6ddeb98f7c0a882a38e71185738a81d8d725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh -e

patch -p1 < go-1.18.patch ||:

go mod vendor

export GOPATH="$PWD/gopath"
export GOFLAGS="$GOFLAGS -mod=vendor"
trap "go clean -modcache" EXIT INT

go run build.go -no-upgrade -version "v$2" build

clinst -Dm755 syncthing "$1/usr/bin/syncthing"

# Install manual pages.
clman -d "$1" man/*.[0-9]