github.com/wtfutil/wtf@v0.43.0/.goreleaser.yml (about) 1 env: 2 - GO111MODULE=on 3 - GOPROXY="https://proxy.golang.org,direct" 4 5 archives: 6 - id: default 7 wrap_in_directory: true 8 9 builds: 10 - binary: wtfutil 11 goos: 12 - darwin 13 - linux 14 goarch: 15 - amd64 16 - arm 17 - arm64 18 19 before: 20 hooks: 21 - make install 22 23 brews: 24 - 25 name: wtfutil 26 homepage: 'https://wtfutil.com' 27 description: 'The personal information dashboard for your terminal.' 28 tap: 29 owner: wtfutil 30 name: homebrew-wtfutil