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 : " zen-browser"
5+ pkg_id : " pkgforge-dev.zen-browser"
6+ pkg_type : " appimage"
7+ ghcr_pkg : " pkgforge-dev/zen-browser"
8+ category :
9+ - " Network"
10+ - " WebBrowser"
11+ description : " A Firefox-based browser focused on privacy and a calm browsing experience"
12+ homepage :
13+ - " https://github.com/zen-browser/desktop"
14+ - " https://zen-browser.app"
15+ maintainer :
16+ - " QaidVoid (contact@qaidvoid.dev)"
17+ license :
18+ - " MPL-2.0"
19+ build_asset :
20+ - url : " https://raw.githubusercontent.com/zen-browser/desktop/dev/LICENSE"
21+ out : " LICENSE"
22+ note :
23+ - " Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Zen-Browser-AppImage-Enhanced"
24+ - " [PORTABLE] (Works on AnyLinux)"
25+ provides :
26+ - " zen-browser"
27+ repology :
28+ - " zen-browser"
29+ src_url :
30+ - " https://github.com/pkgforge-dev/Zen-Browser-AppImage-Enhanced"
31+ tag :
32+ - " browser"
33+ - " firefox"
34+ - " privacy"
35+ - " web"
36+ x_exec :
37+ host :
38+ - " x86_64-linux"
39+ - " aarch64-linux"
40+ shell : " sh"
41+ pkgver : |
42+ VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Zen-Browser-AppImage-Enhanced/releases/latest?per_page=20" | jq -r '.tag_name')
43+ echo "${VERSION%%@*}"
44+ echo "$VERSION"
45+ run : |
46+ soar dl "https://github.com/pkgforge-dev/Zen-Browser-AppImage-Enhanced@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes
You can’t perform that action at this time.
0 commit comments