Commit 66bece27 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add eXpress client

parent a20c1a41
#!/bin/sh
PKGNAME=express
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
DESCRIPTION="eXpress client from the official site"
URL="https://express.ms/"
. $(dirname $0)/common.sh
PKG="https://express.ms/download/deb"
epm install $PKG
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=express
PRODUCTDIR=/opt/eXpress
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command
fix_desktop_file
install_deps
#add_deps
fix_chrome_sandbox
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment