Skip to content

Commit 9ec7f93

Browse files
committed
test winboat
1 parent 13c1285 commit 9ec7f93

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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 "{}" \;

0 commit comments

Comments
 (0)