Skip to content

Commit

Permalink
feat(openvex/vexctl): scaffold openvex/vexctl
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 23, 2025
1 parent 30bbf81 commit ace5955
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/openvex/vexctl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: openvex/[email protected]
- name: openvex/vexctl
version: v0.2.5
- name: openvex/vexctl
version: v0.2.0
27 changes: 27 additions & 0 deletions pkgs/openvex/vexctl/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: openvex
repo_name: vexctl
description: A tool to create, transform and attest VEX metadata
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.2.0")
- version_constraint: semver("<= 0.2.5")
asset: vexctl-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
complete_windows_ext: false
checksum:
type: github_release
asset: vex_checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: vexctl-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
complete_windows_ext: false
checksum:
type: github_release
asset: vexctl_checksums.txt
algorithm: sha256
25 changes: 25 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 ace5955

Please sign in to comment.