freeplane.sh 475 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=freeplane
SUPPORTEDARCHES="x86_64 x86"
5
VERSION="$2"
6 7 8 9 10
DESCRIPTION="FreePlane from the official site"
URL="http://freeplane.sourceforge.net"

. $(dirname $0)/common.sh

11
[ "$VERSION" = "*" ] && VERSION="$(eget -O- https://sourceforge.net/projects/$PKGNAME/best_release.json | sed -e 's|.*freeplane_bin-||g' -e 's|\.zip.*||')"
12

13
PKGURL="https://download.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_$VERSION~upstream-1_all.deb"
14

15
install_pkgurl