mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-03 02:37:23 -05:00
75 lines
1.2 KiB
YAML
75 lines
1.2 KiB
YAML
project_name: amfora
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
before:
|
|
hooks:
|
|
- go mod download
|
|
- go generate ./...
|
|
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
- freebsd
|
|
- netbsd
|
|
- openbsd
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm64
|
|
- arm
|
|
goarm:
|
|
- 6
|
|
- 7
|
|
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: 386
|
|
- goos: freebsd
|
|
goarch: arm
|
|
- goos: freebsd
|
|
goarch: arm64
|
|
- goos: netbsd
|
|
goarch: arm
|
|
- goos: netbsd
|
|
goarch: arm64
|
|
- goos: openbsd
|
|
goarch: arm
|
|
- goos: openbsd
|
|
goarch: arm64
|
|
|
|
archives:
|
|
- format: binary
|
|
replacements:
|
|
darwin: macOS
|
|
386: 32-bit
|
|
amd64: 64-bit
|
|
|
|
milestones:
|
|
- close: true
|
|
|
|
changelog:
|
|
skip: true
|
|
|
|
brews:
|
|
- name: amfora
|
|
|
|
homepage: "https://github.com/makeworld-the-better-one/amfora"
|
|
description: "A fancy terminal browser for the Gemini protocol."
|
|
|
|
tap:
|
|
owner: makeworld-the-better-one
|
|
name: homebrew-tap
|
|
|
|
dependencies:
|
|
- name: go
|
|
|
|
custom_block: |
|
|
head "https://github.com/makeworld-the-better-one/amfora.git"
|