From e7318708da7196a9e4dfabcd8162070a3a7bf7b1 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:30:29 -0600 Subject: [PATCH 1/2] feat(nektro/zigmod): add zigmod package Zig package manager - download and manage dependencies https://github.com/nektro/zigmod --- pkgs/nektro/zigmod/pkg.yaml | 2 ++ pkgs/nektro/zigmod/registry.yaml | 22 ++++++++++++++++++++++ registry.yaml | 20 ++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 pkgs/nektro/zigmod/pkg.yaml create mode 100644 pkgs/nektro/zigmod/registry.yaml diff --git a/pkgs/nektro/zigmod/pkg.yaml b/pkgs/nektro/zigmod/pkg.yaml new file mode 100644 index 00000000000..095c8627b60 --- /dev/null +++ b/pkgs/nektro/zigmod/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: nektro/zigmod@r98 diff --git a/pkgs/nektro/zigmod/registry.yaml b/pkgs/nektro/zigmod/registry.yaml new file mode 100644 index 00000000000..7742d4cc75d --- /dev/null +++ b/pkgs/nektro/zigmod/registry.yaml @@ -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 diff --git a/registry.yaml b/registry.yaml index 2df52652cfb..793cacd2ba5 100644 --- a/registry.yaml +++ b/registry.yaml @@ -59529,6 +59529,26 @@ packages: overrides: - goos: windows format: zip + - 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 - type: github_release repo_owner: neondatabase repo_name: neonctl From d0b81869da68fbd61ca32216bf718b48088a6521 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 16 Dec 2025 07:35:17 +0900 Subject: [PATCH 2/2] refactor(nektro/zigmod): simplify code --- pkgs/nektro/zigmod/registry.yaml | 9 --------- registry.yaml | 9 --------- 2 files changed, 18 deletions(-) diff --git a/pkgs/nektro/zigmod/registry.yaml b/pkgs/nektro/zigmod/registry.yaml index 7742d4cc75d..f5301aa1567 100644 --- a/pkgs/nektro/zigmod/registry.yaml +++ b/pkgs/nektro/zigmod/registry.yaml @@ -11,12 +11,3 @@ packages: 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 diff --git a/registry.yaml b/registry.yaml index 793cacd2ba5..10c6dbbc0f8 100644 --- a/registry.yaml +++ b/registry.yaml @@ -59540,15 +59540,6 @@ packages: 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 - type: github_release repo_owner: neondatabase repo_name: neonctl