mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
31 lines
480 B
YAML
31 lines
480 B
YAML
env:
|
|
- GO111MODULE=on
|
|
- GOPROXY="https://proxy.golang.org,direct"
|
|
|
|
archives:
|
|
- id: default
|
|
wrap_in_directory: true
|
|
|
|
builds:
|
|
- binary: wtfutil
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
|
|
before:
|
|
hooks:
|
|
- make install
|
|
|
|
brews:
|
|
-
|
|
name: wtfutil
|
|
homepage: 'https://wtfutil.com'
|
|
description: 'The personal information dashboard for your terminal.'
|
|
tap:
|
|
owner: wtfutil
|
|
name: homebrew-wtfutil
|