Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add age & age-keygen #222

Merged
merged 1 commit into from
Dec 20, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions DISTRIBUTIONS.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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