Package Details: arduino-mk-git 1.6.0.r140.ga1fbda0-2

Git Clone URL: https://aur.archlinux.org/arduino-mk-git.git (read-only, click to copy)
Package Base: arduino-mk-git
Description: A Makefile for Arduino Sketches
Upstream URL: https://github.com/sudar/Arduino-Makefile
Keywords: arduino
Licenses: LGPL2.1
Conflicts: arduino-mk
Provides: arduino-mk
Submitter: vchimishuk
Maintainer: vchimishuk
Last Packager: vchimishuk
Votes: 22
Popularity: 0.000000
First Submitted: 2017-02-27 21:40 (UTC)
Last Updated: 2024-01-21 19:08 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2015-05-23 19:16 (UTC)

missing dependencies: 'avr-libc' 'avr-gcc'

budulay commented on 2014-07-09 02:11 (UTC)

community/python-pyserial is required to upload code to arduino.

tgirod commented on 2014-01-31 15:42 (UTC)

missing dependency: community/perl-device-serialport

Koromix commented on 2014-01-14 21:22 (UTC)

Done, thanks :)

hyrsky commented on 2014-01-14 19:45 (UTC)

arduino-mk 1.2.0 is out: https://github.com/sudar/Arduino-Makefile/releases/tag/1.2.0 PKGBUILD Patch: --- PKGBUILD.1 2014-01-12 20:32:20.000000000 +0200 +++ PKGBUILD 2014-01-14 21:30:32.929146600 +0200 @@ -1,7 +1,7 @@ # Maintainer: Niels Martignène <niels.martignene@gmail.com> pkgname=arduino-mk -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc="A Makefile for Arduino Sketches" arch=(any) @@ -10,7 +10,7 @@ depends=('arduino' 'make' 'perl') # makedepends=('help2man') source=("https://github.com/sudar/Arduino-Makefile/archive/${pkgver}.tar.gz") -sha256sums=('00177d49ccdfc5900bf87e4fb5bbe579c1ab09daa6d0743025dcefb54154a839') +sha256sums=('0d8ae55d393bfac9907e90418175efb1d9eda6f972a84335afe6cd2b15edfa8e') prepare() { cd "${srcdir}/Arduino-Makefile-${pkgver}" @@ -32,7 +32,7 @@ mkdir -p "${pkgdir}/usr/share/doc/${pkgname}" # mkdir -p "${pkgdir}/usr/share/man/man1" - install -m644 arduino-mk/*.mk "${pkgdir}/usr/share/arduino/" + install -m644 ./*.mk "${pkgdir}/usr/share/arduino/" cp -r README.md examples "${pkgdir}/usr/share/doc/${pkgname}/" # install -m644 bin/ard-reset-arduino.1 "${pkgdir}/usr/share/man/man1/"