Skip to content

Commit

Permalink
feat: add asciinema/agg (#19895)
Browse files Browse the repository at this point in the history
[asciinema/agg](https://github.com/asciinema/agg): asciinema gif generator
  • Loading branch information
Omochice committed Feb 12, 2024
1 parent 8153d06 commit e5132d7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/asciinema/agg/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: asciinema/agg@v1.4.3
28 changes: 28 additions & 0 deletions pkgs/asciinema/agg/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
packages:
- type: github_release
repo_owner: asciinema
repo_name: agg
description: asciinema gif generator
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: agg-{{.Arch}}-{{.OS}}
format: raw
windows_arm_emulation: true
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
windows: pc-windows-msvc
overrides:
- goos: linux
goarch: amd64
replacements:
linux: unknown-linux-musl
- goos: linux
goarch: arm64
replacements:
linux: unknown-linux-gnu
- goos: windows
replacements:
arm64: arm64
27 changes: 27 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 e5132d7

Please sign in to comment.