diff --git a/pkgs/anthropics/anthropic-cli/pkg.yaml b/pkgs/anthropics/anthropic-cli/pkg.yaml new file mode 100644 index 00000000000..ae4172a2803 --- /dev/null +++ b/pkgs/anthropics/anthropic-cli/pkg.yaml @@ -0,0 +1,6 @@ +packages: + - name: anthropics/anthropic-cli@v1.6.0 + - name: anthropics/anthropic-cli + version: v1.3.1 + - name: anthropics/anthropic-cli + version: v1.2.1 diff --git a/pkgs/anthropics/anthropic-cli/registry.yaml b/pkgs/anthropics/anthropic-cli/registry.yaml new file mode 100644 index 00000000000..e8559fffce9 --- /dev/null +++ b/pkgs/anthropics/anthropic-cli/registry.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: anthropics + repo_name: anthropic-cli + description: The CLI for the Claude API + files: + - name: ant + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v1.3.0" + no_asset: true + - version_constraint: "true" + asset: ant_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: zip + replacements: + darwin: macos + checksum: + type: github_release + asset: ant_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + format: tar.gz diff --git a/pkgs/anthropics/anthropic-cli/scaffold.yaml b/pkgs/anthropics/anthropic-cli/scaffold.yaml new file mode 100644 index 00000000000..f6377ab4344 --- /dev/null +++ b/pkgs/anthropics/anthropic-cli/scaffold.yaml @@ -0,0 +1,4 @@ +--- +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json +name: anthropics/anthropic-cli +all_assets_filter: not ((Asset matches ".apk$") or (Asset matches ".deb$") or (Asset matches ".rpm$") or (Asset matches ".pkg.tar.zst$")) diff --git a/registry.yaml b/registry.yaml index f883184aff8..2d90b70364f 100644 --- a/registry.yaml +++ b/registry.yaml @@ -12802,6 +12802,28 @@ packages: - darwin - windows - amd64 + - type: github_release + repo_owner: anthropics + repo_name: anthropic-cli + description: The CLI for the Claude API + files: + - name: ant + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v1.3.0" + no_asset: true + - version_constraint: "true" + asset: ant_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: zip + replacements: + darwin: macos + checksum: + type: github_release + asset: ant_{{trimV .Version}}_checksums.txt + algorithm: sha256 + overrides: + - goos: linux + format: tar.gz - type: http repo_owner: anthropics repo_name: claude-code