From b22c350c53c4ed9d433849ffacfde0d21dab2fcc Mon Sep 17 00:00:00 2001 From: Tyce Herrman Date: Fri, 13 Mar 2026 15:28:58 -0400 Subject: [PATCH] feat(jorgelbg/pinentry-touchid): scaffold jorgelbg/pinentry-touchid --- pkgs/jorgelbg/pinentry-touchid/pkg.yaml | 4 +++ pkgs/jorgelbg/pinentry-touchid/registry.yaml | 31 ++++++++++++++++++++ registry.yaml | 29 ++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 pkgs/jorgelbg/pinentry-touchid/pkg.yaml create mode 100644 pkgs/jorgelbg/pinentry-touchid/registry.yaml diff --git a/pkgs/jorgelbg/pinentry-touchid/pkg.yaml b/pkgs/jorgelbg/pinentry-touchid/pkg.yaml new file mode 100644 index 00000000000..6f5bd095c42 --- /dev/null +++ b/pkgs/jorgelbg/pinentry-touchid/pkg.yaml @@ -0,0 +1,4 @@ +packages: + - name: jorgelbg/pinentry-touchid@v0.0.3 + - name: jorgelbg/pinentry-touchid + version: v0.0.1 diff --git a/pkgs/jorgelbg/pinentry-touchid/registry.yaml b/pkgs/jorgelbg/pinentry-touchid/registry.yaml new file mode 100644 index 00000000000..bc23789efc8 --- /dev/null +++ b/pkgs/jorgelbg/pinentry-touchid/registry.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: jorgelbg + repo_name: pinentry-touchid + description: Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v0.0.1" + asset: pinentry-touchid_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + rosetta2: true + replacements: + darwin: macos + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + supported_envs: + - darwin + - version_constraint: "true" + asset: pinentry-touchid_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + darwin: macos + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + supported_envs: + - darwin diff --git a/registry.yaml b/registry.yaml index b9e792d5e77..6042e8bc16f 100644 --- a/registry.yaml +++ b/registry.yaml @@ -49633,6 +49633,35 @@ packages: type: github_release asset: checksums.txt algorithm: sha256 + - type: github_release + repo_owner: jorgelbg + repo_name: pinentry-touchid + description: Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain + version_constraint: "false" + version_overrides: + - version_constraint: Version == "v0.0.1" + asset: pinentry-touchid_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + rosetta2: true + replacements: + darwin: macos + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + supported_envs: + - darwin + - version_constraint: "true" + asset: pinentry-touchid_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + replacements: + darwin: macos + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + supported_envs: + - darwin - type: github_release repo_owner: jorgerojas26 repo_name: lazysql