Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions packages/opencode-cli/appimage.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/SBUILD
_disabled: false

pkg: "opencode-cli"
pkg_id: "pkgforge-dev.opencode-cli"
pkg_type: "appimage"
ghcr_pkg: "pkgforge-dev/opencode-cli"
category:
- "TODO"
description: "Unofficial AppImage of opencode CLI [Maintainer=@Samueru-sama]"
homepage:
- "https://github.com/pkgforge-dev/opencode-cli-AppImage"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "TODO"
out: "LICENSE"
note:
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/opencode-cli-AppImage"
- "[PORTABLE] (Works on AnyLinux)"
provides:
- "opencode-cli"
repology:
- "opencode-cli"
src_url:
- "https://github.com/pkgforge-dev/opencode-cli-AppImage"
tag:
- "TODO"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/opencode-cli-AppImage/releases/latest?per_page=20" | jq -r '.tag_name')
echo "${VERSION%%@*}" | sed "s/^v//"
echo "$VERSION"
run: |
soar dl "https://github.com/pkgforge-dev/opencode-cli-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes
Loading