Commit c53c1f51 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add element-desktop

parent 50034185
#!/bin/sh
PKGNAME=element-desktop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="A feature-rich client for Matrix.org"
URL="https://element.io/"
. $(dirname $0)/common.sh
# https://packages.element.io/debian/pool/main/e/element-desktop/index.html
# https://packages.element.io/debian/pool/main/e/element-desktop/element-desktop_1.9.0_amd64.deb
arch="amd64"
PKGURL=$(epm tool eget --list --latest https://packages.element.io/debian/pool/main/e/element-desktop/index.html $(epm print constructname PKGNAME "$VERSION" $arch "deb")) || fatal "Can't get package URL"
epm install --repack "$PKGURL"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/Element
. $(dirname $0)/common.sh
add_electron_deps
add_bin_link_command
fix_chrome_sandbox
fix_desktop_file
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