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+ # SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/winboat/appimage.official.stable.yaml
3+ _disabled : false
4+
5+ pkg : " winboat"
6+ pkg_id : " github.com.TibixDev.winboat"
7+ pkg_type : " appimage"
8+ category :
9+ - " Emulator"
10+ description : " Run Windows apps on Linux with seamless integration "
11+ distro_pkg :
12+ archlinux :
13+ aur :
14+ - " winboat-bin"
15+ homepage :
16+ - " https://github.com/TibixDev/winboat"
17+ license :
18+ - id : " MIT"
19+ url : " https://github.com/TibixDev/winboat/raw/f4e48e5c902201ed4e1d960e24c0cdda732385ad/LICENSE"
20+ maintainer :
21+ - " QaidVoid (https://github.com/QaidVoid)"
22+ note :
23+ - " Pre Built AppImage Fetched from Upstream. Check/Report @ https://github.com/TibixDev/winboat"
24+ src_url :
25+ - " https://github.com/TibixDev/winboat"
26+ x_exec :
27+ bsys : " host://soar-dl"
28+ host :
29+ - " x86_64-Linux"
30+ shell : " bash"
31+ pkgver : |
32+ curl -qfsSL "https://api.gh.pkgforge.dev/repos/TibixDev/winboat/releases?per_page=100" | jq -r '[.[] | select(.draft == false and .prerelease == false)] | .[0].tag_name | gsub("\\s+"; "")' | tr -d '"'\''[:space:]'
33+ run : |
34+ soar dl "https://github.com/TibixDev/winboat" --match "appimage" -o "./${PKG}" --yes
35+ squishy appimage "./${PKG}" --icon --desktop --write
36+ find "${SBUILD_OUTDIR}" -maxdepth 1 -type f -iname "*.desktop" -exec sed -E 's/^[[:space:]]*[Ee]xec[[:space:]]*=[[:space:]]*[^[:space:]]+/Exec={{pkg_path}}/' -i "{}" \;
You can’t perform that action at this time.
0 commit comments