Skip to content

Commit

Permalink
feat: add awslabs/dynein (#22579)
Browse files Browse the repository at this point in the history
* feat: add awslabs/dynein

[awslabs/dynein](https://github.com/awslabs/dynein): DynamoDB CLI written in Rust

* refactor(awslabs/dynein): remove supported_envs

---------

Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
istone-you and suzuki-shunsuke authored May 6, 2024
1 parent 3dae6ac commit 1b46940
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/awslabs/dynein/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: awslabs/[email protected]
- name: awslabs/dynein
version: v0.1.2
35 changes: 35 additions & 0 deletions pkgs/awslabs/dynein/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
packages:
- type: github_release
repo_owner: awslabs
repo_name: dynein
description: DynamoDB CLI written in Rust
files:
- name: dy
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.2")
asset: dynein-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: dynein-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
darwin: macos
linux/amd64: linux
linux/arm64: linux-arm
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: windows
format: zip
asset: dynein-{{.OS}}.{{.Format}}
checksum:
enabled: false
34 changes: 34 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 1b46940

Please sign in to comment.