ted/linux.goreleaser.yml

37 lines
733 B
YAML
Raw Normal View History

2025-11-12 11:12:55 +00:00
builds:
- id: ted
targets:
- windows_amd64
- linux_amd64
env:
- CGO_ENABLED=1
main: ./cmd/ted/.
binary: dynamo-browse
archives:
- id: zip
builds:
- ted
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
- goos: linux
format: tar.gz
nfpms:
- id: package_nfpms
package_name: audax
builds:
- ted
vendor: lmika
homepage: https://ted.lmika.dev/
maintainer: Leon Mika <lmika@lmika.org>
description: TUI tools for working with CSV files
license: MIT
formats:
- deb
- rpm
bindir: /usr/local/bin
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"