Skip to content

Commit

Permalink
Merge pull request #222 from jakubvokoun/age
Browse files Browse the repository at this point in the history
Add `age` & `age-keygen`
  • Loading branch information
leucos committed Dec 20, 2022
2 parents cb33ef7 + e179ff8 commit 85a91c8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions DISTRIBUTIONS.md
@@ -1,3 +1,4 @@
- [age](https://github.com/FiloSottile/age): A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
- [act](https://github.com/nektos/act/): Run your GitHub Actions locally
- [ali](https://github.com/nakabonne/ali/): Generate HTTP load and plot the results in real-time
- [ansible-operator](https://github.com/operator-framework/): SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
Expand Down
28 changes: 28 additions & 0 deletions distributions/distributions.yaml
@@ -1,6 +1,34 @@
---
sources:

age:
description: >
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
url: https://github.com/FiloSottile/age
list:
type: github-releases
url: https://api.github.com/repos/FiloSottile/age/releases
fetch:
url: https://github.com/FiloSottile/age/releases/download/v{{ .Version }}/age-v{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- age

age-keygen:
description: >
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
url: https://github.com/FiloSottile/age
list:
type: github-releases
url: https://api.github.com/repos/FiloSottile/age/releases
fetch:
url: https://github.com/FiloSottile/age/releases/download/v{{ .Version }}/age-v{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- age-keygen

act:
description: Run your GitHub Actions locally
url: https://github.com/nektos/act/
Expand Down

0 comments on commit 85a91c8

Please sign in to comment.