commit e39c2e218bf1c877b63662930b0b48f9d12219b9 parent 87b943d12f1dced64cff771dd531e55485d92107 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 3 Apr 2020 15:28:21 +0300 arduino-avr-core: add new package at 1.8.2 to cem Diffstat:
A | cem/arduino-avr-core/build | | | 4 | ++++ |
A | cem/arduino-avr-core/checksums | | | 1 | + |
A | cem/arduino-avr-core/sources | | | 1 | + |
A | cem/arduino-avr-core/version | | | 1 | + |
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/cem/arduino-avr-core/build b/cem/arduino-avr-core/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -dm755 "$1/usr/share/arduino/hardware/arduino" +cp -a avr "$1/usr/share/arduino/hardware/arduino" diff --git a/cem/arduino-avr-core/checksums b/cem/arduino-avr-core/checksums @@ -0,0 +1 @@ +1c268f751d56483b5290b15dde58f732ac6551f8c5b318dc581a18ccc20c14c0 1.8.2.tar.gz diff --git a/cem/arduino-avr-core/sources b/cem/arduino-avr-core/sources @@ -0,0 +1 @@ +https://github.com/arduino/ArduinoCore-avr/archive/1.8.2.tar.gz avr diff --git a/cem/arduino-avr-core/version b/cem/arduino-avr-core/version @@ -0,0 +1 @@ +1.8.2 1