Skip to content

Commit

Permalink
feat: add AGWA/git-crypt (#20629)
Browse files Browse the repository at this point in the history
* feat: add AGWA/git-crypt

[AGWA/git-crypt](https://github.com/AGWA/git-crypt): Transparent file encryption in git

* fix(AGWA/git-crypt): support windows/arm64

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
florianmutter and suzuki-shunsuke committed Mar 6, 2024
1 parent aa5aae3 commit 60823e6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/AGWA/git-crypt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: AGWA/git-crypt@0.7.0
19 changes: 19 additions & 0 deletions pkgs/AGWA/git-crypt/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
packages:
- type: github_release
repo_owner: AGWA
repo_name: git-crypt
description: Transparent file encryption in git
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: git-crypt-{{.Version}}-{{.Arch}}
format: raw
windows_arm_emulation: true
replacements:
amd64: x86_64
overrides:
- goos: linux
asset: git-crypt-{{.Version}}-{{.OS}}-{{.Arch}}
supported_envs:
- linux/amd64
- windows
18 changes: 18 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 60823e6

Please sign in to comment.