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
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: nektro
repo_name: zigmod
description: Zig package manager
version_prefix: "r"
asset: zigmod-{{.Arch}}-{{.OS}}
format: raw
replacements:
amd64: x86_64
arm64: aarch64
darwin: macos
overrides:
- goos: windows
asset: zigmod-{{.Arch}}-{{.OS}}.exe
supported_envs:
- darwin
- linux/amd64
- linux/arm64
- windows/amd64
- windows/arm64
6 changes: 5 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5307,7 +5307,11 @@ description = "Fort Knox for your secrets"
test = ["fnox --version", "fnox {{version}}"]

[tools.zigmod]
backends = ["github:nektro/zigmod", "asdf:mise-plugins/asdf-zigmod"]
backends = [
"aqua:nektro/zigmod",
"github:nektro/zigmod",
"asdf:mise-plugins/asdf-zigmod",
]
description = "A package manager for the Zig programming language"
test = ["zigmod version", "{{version}}"]

Expand Down
Loading