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

PKGNAME=draw.io
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="diagrams.net desktop"
7
URL="https://github.com/jgraph/drawio-desktop/releases"
8 9 10 11 12 13

. $(dirname $0)/common.sh

arch=amd64
pkgtype=deb

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

16
install_pkgurl