Skip to content

Commit

Permalink
feat: add hashicorp/vagrant/vagrant-go (#32070)
Browse files Browse the repository at this point in the history
* feat(hashicorp/vagrant): scaffold hashicorp/vagrant

* test(hashicorp/vagrant): fix test

* fix(hashicorp/vagrant/vagrant-go): rename the package

* fix(hashicorp/vagrant/vagrant-go): cmdx gr

* fix(hashicorp/vagrant/vagrant-go): set name

* fix(hashicorp/vagrant/vagrant-go): set files

---------

Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
3 people authored Feb 15, 2025
1 parent fde5a46 commit 1bfad55
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/hashicorp/vagrant/vagrant-go/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: hashicorp/vagrant/vagrant-go@v2.4.3
21 changes: 21 additions & 0 deletions pkgs/hashicorp/vagrant/vagrant-go/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- name: hashicorp/vagrant/vagrant-go
type: github_release
repo_owner: hashicorp
repo_name: vagrant
description: Vagrant is a tool for building and distributing development environments
files:
- name: vagrant
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: vagrant-go_{{.OS}}_{{.Arch}}
format: raw
checksum:
type: github_release
asset: vagrant_{{trimV .Version}}_SHA256SUMS
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
19 changes: 19 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 1bfad55

Please # to comment.