webots.sh 276 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh

PKGNAME=webots
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Webots: open-source robot simulator"
URL="https://cyberbotics.com/"

. $(dirname $0)/common.sh


12
PKGURL=$(eget --list --latest https://github.com/cyberbotics/webots/releases/"*.deb")
13

14
install_pkgurl