Hi! I maintain Gentoo Studio, a Linux professional audio distro based on Gentoo Linux. I need to update the available ebuild for Arduino, the latest of which is 1.0.5 in Portage. In order to write an ebuild for 1.6.7, I need a direct download link to the src. Using the link at https://www.arduino.cc/download_handler.php?f=/arduino-1.6.7-linux64.tar.xz doesn't work, because using that as the SRC_URI doesn't download the src tarball. Is there a direct download link I can use?
and if you just use - https://www.arduino.cc/download_handler.php
it seems also the default file
Optionally, are there any license restrictions on the source code if I download it and host it on my own server, so that the ebuild can fetch the source code directly?
audiodef:
Optionally, are there any license restrictions on the source code if I download it and host it on my own server, so that the ebuild can fetch the source code directly?
don't know, I'll forward your question to Massimo
update: message sent.
The Arduino IDE source code is available here GitHub - arduino/Arduino: Arduino IDE 1.x and here is the ZIP file https://github.com/arduino/Arduino/archive/master.zip
m