2022-06-11 01:38:09 +00:00
|
|
|
builds:
|
|
|
|
- id: dynamo-browse
|
|
|
|
targets:
|
|
|
|
- windows_amd64
|
|
|
|
- linux_amd64
|
|
|
|
- darwin_amd64
|
|
|
|
- darwin_arm64
|
|
|
|
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
|
|
|
|
- goos: macos
|
|
|
|
format: tar.gz
|
|
|
|
nfpms:
|
|
|
|
- id: package_nfpms
|
|
|
|
package_name: awstools
|
|
|
|
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
|
2022-06-11 01:50:26 +00:00
|
|
|
brews:
|
|
|
|
- name: awstools
|
|
|
|
tap:
|
|
|
|
owner: lmika
|
|
|
|
name: awstools
|
|
|
|
folder: Formula
|
2022-07-29 22:58:55 +00:00
|
|
|
homepage: https://audax.tools
|
2022-06-11 01:50:26 +00:00
|
|
|
description: TUI tools for AWS administration
|
|
|
|
license: MIT
|
2022-06-11 01:38:09 +00:00
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ .Tag }}-next"
|
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|