Skip to content

Commit

Permalink
epm play: added zen-browser (eterbug #18085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and vitlav committed Feb 27, 2025
1 parent 2321060 commit b7911f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions play.d/zen-browser.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/sh

PKGNAME=zen-browser
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Performance oriented Firefox-based web browser"
URL="https://github.com/zen-browser/desktop"

. $(dirname $0)/common.sh

arch=$(epm print info -a)

PKGURL=$(get_github_url "https://github.com/zen-browser/desktop/" "zen-${arch}.AppImage")

install_pkgurl

0 comments on commit b7911f4

Please sign in to comment.