Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/spinel-coop/rv/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: spinel-coop/rv@v0.3.1
- name: spinel-coop/rv
version: v0.1.1
44 changes: 44 additions & 0 deletions pkgs/spinel-coop/rv/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: spinel-coop
repo_name: rv
description: Next-gen very fast Ruby tooling
version_constraint: "false"
files:
- name: rv
src: rv-{{.Arch}}-{{.OS}}/rv
version_overrides:
- version_constraint: semver("<= 0.1.1")
asset: rv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
replacements:
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: linux
replacements:
amd64: x86_64
supported_envs:
- linux
- darwin/arm64
- version_constraint: "true"
asset: rv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- linux
- darwin
42 changes: 42 additions & 0 deletions registry.yaml

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