File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # !/SBUILD
2+ _disabled : false
3+
4+ pkg : " winboat"
5+ pkg_id : " pkgforge-dev.winboat"
6+ pkg_type : " appimage"
7+ ghcr_pkg : " pkgforge-dev/winboat"
8+ category :
9+ - " System"
10+ - " Utility"
11+ description : " Run Windows apps on Linux with seamless integration"
12+ homepage :
13+ - " https://github.com/TibixDev/winboat"
14+ - " https://www.winboat.app/"
15+ maintainer :
16+ - " QaidVoid (contact@qaidvoid.dev)"
17+ license :
18+ - " MIT"
19+ build_asset :
20+ - url : " https://raw.githubusercontent.com/TibixDev/winboat/main/LICENSE"
21+ out : " LICENSE"
22+ note :
23+ - " Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/WinBoat-AppImage"
24+ - " [NOT PORTABLE] Requires Docker or Podman (not bundled)"
25+ - " AppImage itself works on any distro, but depends on an external container runtime"
26+ provides :
27+ - " winboat"
28+ repology :
29+ - " winboat"
30+ src_url :
31+ - " https://github.com/pkgforge-dev/WinBoat-AppImage"
32+ tag :
33+ - " windows"
34+ - " virtualization"
35+ - " containers"
36+ x_exec :
37+ host :
38+ - " x86_64-linux"
39+ shell : " sh"
40+ pkgver : |
41+ VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/WinBoat-AppImage/releases/latest?per_page=20" | jq -r '.tag_name')
42+ echo "${VERSION%%@*}"
43+ echo "$VERSION"
44+ run : |
45+ soar dl "https://github.com/pkgforge-dev/WinBoat-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes
You can’t perform that action at this time.
0 commit comments