aboutsummaryrefslogtreecommitdiff
path: root/community/hugo/build
blob: ce20326ff77daa6f0e9bf6820b0410e443503182 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

export GOPATH="$PWD/gopath"

trap "go clean -modcache" EXIT INT
go mod vendor

CGO_ENABLED=0 go build
clinst -Dm755 hugo "$1/usr/bin/hugo"