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 : " helium-browser"
5+ pkg_id : " pkgforge-dev.helium-browser"
6+ pkg_type : " appimage"
7+ ghcr_pkg : " pkgforge-dev/helium-browser"
8+ category :
9+ - " Network"
10+ - " WebBrowser"
11+ description : " Private browser based on Chromium with built-in ad blocking"
12+ homepage :
13+ - " https://github.com/imputnet/helium-linux"
14+ maintainer :
15+ - " QaidVoid (contact@qaidvoid.dev)"
16+ license :
17+ - " GPL-3.0"
18+ build_asset :
19+ - url : " https://raw.githubusercontent.com/imputnet/helium-linux/main/LICENSE"
20+ out : " LICENSE"
21+ note :
22+ - " Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Helium-Browser-AppImage-Enhanced"
23+ - " [PORTABLE] (Works on AnyLinux)"
24+ provides :
25+ - " helium-browser"
26+ repology :
27+ - " helium-browser"
28+ src_url :
29+ - " https://github.com/pkgforge-dev/Helium-Browser-AppImage-Enhanced"
30+ tag :
31+ - " browser"
32+ - " chromium"
33+ - " privacy"
34+ - " web"
35+ x_exec :
36+ host :
37+ - " x86_64-linux"
38+ - " aarch64-linux"
39+ shell : " sh"
40+ pkgver : |
41+ VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Helium-Browser-AppImage-Enhanced/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/Helium-Browser-AppImage-Enhanced@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes
You can’t perform that action at this time.
0 commit comments