2022-06-11 01:38:09 +00:00
|
|
|
builds:
|
|
|
|
- id: dynamo-browse
|
|
|
|
targets:
|
|
|
|
- windows_amd64
|
|
|
|
- linux_amd64
|
2022-11-01 10:59:46 +00:00
|
|
|
env:
|
|
|
|
- CGO_ENABLED=1
|
2022-06-11 01:38:09 +00:00
|
|
|
main: ./cmd/dynamo-browse/.
|
|
|
|
binary: dynamo-browse
|
|
|
|
archives:
|
|
|
|
- id: zip
|
|
|
|
builds:
|
|
|
|
- dynamo-browse
|
|
|
|
wrap_in_directory: true
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
- goos: linux
|
|
|
|
format: tar.gz
|
|
|
|
nfpms:
|
|
|
|
- id: package_nfpms
|
2022-10-16 22:01:06 +00:00
|
|
|
package_name: audax
|
2022-06-11 01:38:09 +00:00
|
|
|
builds:
|
|
|
|
- dynamo-browse
|
|
|
|
vendor: lmika
|
2022-07-29 22:58:55 +00:00
|
|
|
homepage: https://audax.tools/
|
2022-06-11 01:38:09 +00:00
|
|
|
maintainer: Leon Mika <lmika@lmika.org>
|
|
|
|
description: TUI tools for AWS administration
|
|
|
|
license: MIT
|
|
|
|
formats:
|
|
|
|
- deb
|
|
|
|
- rpm
|
|
|
|
bindir: /usr/local/bin
|
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
2022-11-18 11:14:33 +00:00
|
|
|
name_template: "{{ .Tag }}-next"
|