Commit 8c477fb8 authored by Ilya Demyanov's avatar Ilya Demyanov Committed by Vitaly Lipatov

epm play: add draw.io support

parent 05c67512
#!/bin/sh
PKGNAME=draw.io
DESCRIPTION="diagrams.net desktop"
. $(dirname $0)/common.sh
[ "$($DISTRVENDOR -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1
arch=amd64
pkgtype=deb
PKG=$(epm tool eget --list --latest https://github.com/jgraph/drawio-desktop/releases "drawio-$arch-[[:digit:]]*.$pkgtype") || fatal "Can't get package URL"
epm install "$PKG"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=draw.io
PRODUCTDIR=/opt/drawio/
. $(dirname $0)/common-chromium-browser.sh
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