[arch-commits] Commit in arduino-builder/repos (4 files)
NicoHood
nicohood at archlinux.org
Fri Dec 16 13:38:46 UTC 2016
Date: Friday, December 16, 2016 @ 13:38:46
Author: nicohood
Revision: 199867
archrelease: copy trunk to community-i686, community-x86_64
Added:
arduino-builder/repos/community-i686/PKGBUILD
(from rev 199866, arduino-builder/trunk/PKGBUILD)
arduino-builder/repos/community-x86_64/PKGBUILD
(from rev 199866, arduino-builder/trunk/PKGBUILD)
Deleted:
arduino-builder/repos/community-i686/PKGBUILD
arduino-builder/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 40 ----------------------
community-x86_64/PKGBUILD | 40 ----------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-16 13:38:31 UTC (rev 199866)
+++ community-i686/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -1,40 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.3.22
-pkgrel=2
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/arduino-builder"
-license=('GPL')
-makedepends=('go' 'git' 'unzip')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz")
-sha512sums=('1e569825ea9ab4915ff676579480d8806e4a14ff1afd284fd3e839d11fda6c049ec0f0cbb832c8eb034364fac47ab7d94a01bd0b40f167526da968d13fddabf0')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export GOPATH="${srcdir}/${pkgname}-${pkgver}"
- go get -fix github.com/go-errors/errors
- go get -fix github.com/stretchr/testify
- go get -fix github.com/jstemmer/go-junit-report
- go build arduino.cc/arduino-builder
-}
-
-check() {
- # Test will download ~1GB of testfiles
- echo "Running check() for the first time might take a while as it downloads ~1GB of testfiles. Skip with --nocheck"
- export GOPATH="${srcdir}/${pkgname}-${pkgver}"
- go test -timeout 60m arduino.cc/...
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Install main tool
- install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
-
- # Add documentation
- install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-}
Copied: arduino-builder/repos/community-i686/PKGBUILD (from rev 199866, arduino-builder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -0,0 +1,40 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-builder
+pkgver=1.3.23
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64')
+url="https://github.com/arduino/arduino-builder"
+license=('GPL')
+makedepends=('go' 'git' 'unzip')
+options=(!strip)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz")
+sha512sums=('e9b5dd06c7c2149aa715b1de5385c4c919c9f8857d350b051a62a3f36ab41af19e0d5d7367956206d03b273dc8ff75d6297828c12c88295edd546d6af99b62d6')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+ go get -fix github.com/go-errors/errors
+ go get -fix github.com/stretchr/testify
+ go get -fix github.com/jstemmer/go-junit-report
+ go build arduino.cc/arduino-builder
+}
+
+check() {
+ # Test will download ~1GB of testfiles
+ echo "Running check() for the first time might take a while as it downloads ~1GB of testfiles. Skip with --nocheck"
+ export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+ go test -timeout 60m arduino.cc/...
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Install main tool
+ install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+ # Add documentation
+ install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-16 13:38:31 UTC (rev 199866)
+++ community-x86_64/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -1,40 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.3.22
-pkgrel=2
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('i686' 'x86_64')
-url="https://github.com/arduino/arduino-builder"
-license=('GPL')
-makedepends=('go' 'git' 'unzip')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz")
-sha512sums=('1e569825ea9ab4915ff676579480d8806e4a14ff1afd284fd3e839d11fda6c049ec0f0cbb832c8eb034364fac47ab7d94a01bd0b40f167526da968d13fddabf0')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export GOPATH="${srcdir}/${pkgname}-${pkgver}"
- go get -fix github.com/go-errors/errors
- go get -fix github.com/stretchr/testify
- go get -fix github.com/jstemmer/go-junit-report
- go build arduino.cc/arduino-builder
-}
-
-check() {
- # Test will download ~1GB of testfiles
- echo "Running check() for the first time might take a while as it downloads ~1GB of testfiles. Skip with --nocheck"
- export GOPATH="${srcdir}/${pkgname}-${pkgver}"
- go test -timeout 60m arduino.cc/...
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Install main tool
- install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
-
- # Add documentation
- install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-}
Copied: arduino-builder/repos/community-x86_64/PKGBUILD (from rev 199866, arduino-builder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-16 13:38:46 UTC (rev 199867)
@@ -0,0 +1,40 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-builder
+pkgver=1.3.23
+pkgrel=1
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('i686' 'x86_64')
+url="https://github.com/arduino/arduino-builder"
+license=('GPL')
+makedepends=('go' 'git' 'unzip')
+options=(!strip)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz")
+sha512sums=('e9b5dd06c7c2149aa715b1de5385c4c919c9f8857d350b051a62a3f36ab41af19e0d5d7367956206d03b273dc8ff75d6297828c12c88295edd546d6af99b62d6')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+ go get -fix github.com/go-errors/errors
+ go get -fix github.com/stretchr/testify
+ go get -fix github.com/jstemmer/go-junit-report
+ go build arduino.cc/arduino-builder
+}
+
+check() {
+ # Test will download ~1GB of testfiles
+ echo "Running check() for the first time might take a while as it downloads ~1GB of testfiles. Skip with --nocheck"
+ export GOPATH="${srcdir}/${pkgname}-${pkgver}"
+ go test -timeout 60m arduino.cc/...
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Install main tool
+ install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
+
+ # Add documentation
+ install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
+}
More information about the arch-commits
mailing list