Commit 8d2ad10e authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play: add arduino-ide (eterbug #17318)

parent a936898d
#!/bin/sh
PKGNAME=arduino-ide
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='The new major release of the Arduino IDE is faster and even more powerful!'
URL="https://www.arduino.cc/en/software"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest https://github.com/arduino/arduino-ide/releases "${PKGNAME}_${VERSION}_Linux_64bit.AppImage")
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_bin_exec_command
ignore_lib_requires libnode.so.72
add_requires '/usr/bin/node'
add_libs_requires
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