Search Criteria
Package Details: arturo-git 20191021-1
Git Clone URL: | https://aur.archlinux.org/arturo-git.git (read-only, click to copy) |
---|---|
Package Base: | arturo-git |
Description: | Command line toolkit for working with Arduino hardware. |
Upstream URL: | https://github.com/scottdarch/Arturo |
Keywords: | arduino |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | anekos |
Maintainer: | anekos |
Last Packager: | anekos |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-10 14:26 |
Last Updated: | 2019-10-21 01:25 |
Latest Comments
anekos commented on 2017-05-27 21:53
I got it.
I fixed `depends`.
Thank you.
bsvh commented on 2017-05-27 18:39
This package does not actually depend on arduino. It depends on arduino-avr-core. Things will work find without arduino installed with one caveat: ano will yell at you and refuse to build saying
FAILED Arduino lib version file (version.txt) not found. Searched in following places:
- libraries/lib
- /home/bsvh/Documents/Arduino/lib
- /home/bsvh/Arduino/lib
- /home/bsvh/.arduino15/lib
- /home/bsvh/.arduino/lib
- /usr/local/share/arduino/lib
- /usr/share/arduino/lib
This version.txt is a one line file containing the arduino library version number. Manually putting this txt in one of these locations works (currently, this txt contains the line '1.8.2'). It seems like a shame to depend on arduino for one measly line of text.
anekos commented on 2015-11-08 08:59
Asator: Thanks!
Asator commented on 2015-11-04 00:50
python2-glob2-git isn't available anymore, I've added the package python-glob2-git (https://github.com/miracle2k/python-glob2/).
Glob2 now supports python2 and python3 aswell, hence the name change. Please update the dependencies accordingly.