blob: 76ec08377f4e1b0ed2c446faaa453f2e20806299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = arduino-git
pkgdesc = Arduino prototyping platform SDK
pkgver = 1.8.13.r24.gf4e8a91f1
pkgrel = 1
url = https://github.com/arduino/Arduino
install = arduino.install
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
license = GPL
license = LGPL
makedepends = java-environment=8
makedepends = ant
makedepends = unzip
depends = gtk2
depends = desktop-file-utils
depends = shared-mime-info
depends = java-runtime>=8
optdepends = arduino-avr-core: AVR core with upstream avr-gcc and avrdude
optdepends = python2: Intel Galileo Board installation
provides = arduino
provides = arduino-builder
conflicts = arduino
conflicts = arduino-builder
options = !strip
source = arduino-git::git+https://github.com/arduino/Arduino/#branch=master
sha512sums = SKIP
pkgname = arduino-git
|