Skip to content

Commit

Permalink
Merge pull request #11344 from aquaproj/feat/rogerwelin/cfnctl
Browse files Browse the repository at this point in the history
feat: add rogerwelin/cfnctl
  • Loading branch information
suzuki-shunsuke committed Apr 5, 2023
2 parents 257e9eb + e73ef2e commit 9ee9291
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/rogerwelin/cfnctl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: rogerwelin/cfnctl@v0.1.1
23 changes: 23 additions & 0 deletions pkgs/rogerwelin/cfnctl/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
packages:
- type: github_release
repo_owner: rogerwelin
repo_name: cfnctl
description: Cfnctl brings the Terraform cli experience to AWS Cloudformation
asset: cfnctl_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
22 changes: 22 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ee9291

Please sign in to comment.