Skip to content

Commit

Permalink
feat(lusingander/serie): scaffold lusingander/serie (#31570)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeijn authored Jan 31, 2025
1 parent 6956316 commit 86a869a
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/lusingander/serie/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: lusingander/serie@v0.4.3
- name: lusingander/serie
version: v0.4.1
41 changes: 41 additions & 0 deletions pkgs/lusingander/serie/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: lusingander
repo_name: serie
description: A rich git commit graph in your terminal, like magic
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.4.1")
asset: serie-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
checksum:
type: github_release
asset: checksum.txt
algorithm: sha256
overrides:
- goos: darwin
replacements:
arm64: aarch64
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: serie-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
checksum:
type: github_release
asset: checksum.txt
algorithm: sha256
supported_envs:
- linux
- darwin
39 changes: 39 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 86a869a

Please sign in to comment.