Skip to content

Commit 48c3f59

Browse files
committed
test
1 parent e3881dd commit 48c3f59

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
#!/SBUILD ver @v1.0.0
2+
#SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/alacritty/appimage.stable.yaml
3+
_disabled: false
4+
5+
pkg: "alacritty"
6+
pkg_id: "pkgforge-dev.alacritty"
7+
pkgver: "v0.16.1@2026-01-01_1767256526"
8+
pkg_type: "appimage"
9+
ghcr_pkg: "pkgforge-dev/alacritty"
10+
category:
11+
- "TerminalEmulator"
12+
description: "A cross-platform, GPU-accelerated terminal emulator"
13+
homepage:
14+
- "https://alacritty.org"
15+
- "https://github.com/alacritty/alacritty"
16+
maintainer:
17+
- "Samueru-sama (github.com/Samueru-sama)"
18+
license:
19+
- id: "Apache-2.0"
20+
url: "https://raw.githubusercontent.com/alacritty/alacritty/master/LICENSE-APACHE"
21+
note:
22+
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/alacritty-AppImage"
23+
- "[PORTABLE] (Works on AnyLinux)"
24+
provides:
25+
- "alacritty"
26+
repology:
27+
- "alacritty"
28+
src_url:
29+
- "https://github.com/pkgforge-dev/alacritty-AppImage"
30+
tag:
31+
- "terminal"
32+
x_exec:
33+
host:
34+
- "x86_64-Linux"
35+
- "aarch64-Linux"
36+
shell: "sh"
37+
pkgver: |
38+
curl -qfsSL "https://api.gh.pkgforge.dev/repos/pkgforge-dev/alacritty-AppImage/releases/latest?per_page=20" | jq -r '.tag_name' | tr -d '"'\''[:space:]'
39+
run: |
40+
soar dl "https://github.com/pkgforge-dev/alacritty-AppImage@${PKGVER}" --glob "*$(uname -m)*.appimage" -o "./${PKG}" --yes

0 commit comments

Comments
 (0)