draw.io.sh 282 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=draw.io
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9 10 11 12
DESCRIPTION="diagrams.net desktop"

. $(dirname $0)/common.sh

arch=amd64
pkgtype=deb

13
PKGURL=$(eget --list --latest https://github.com/jgraph/drawio-desktop/releases "drawio-$arch-$VERSION.$pkgtype")
14

15
install_pkgurl