From: "Artemis Everfree" <artemis@artemis.sh>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/arduino-cli/
Date: Wed, 4 Oct 2023 08:31:34 +0000 (UTC) [thread overview]
Message-ID: <1696408288.2386dd2b4e7cb0a118ea5a7b573cd2e4b85d4b08.artemis@gentoo> (raw)
commit: 2386dd2b4e7cb0a118ea5a7b573cd2e4b85d4b08
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Wed Oct 4 08:30:47 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Wed Oct 4 08:31:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2386dd2b
dev-embedded/arduino-cli: new package, add 0.34.2
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
dev-embedded/arduino-cli/Manifest | 2 ++
dev-embedded/arduino-cli/arduino-cli-0.34.2.ebuild | 26 ++++++++++++++++++++++
dev-embedded/arduino-cli/metadata.xml | 12 ++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-embedded/arduino-cli/Manifest b/dev-embedded/arduino-cli/Manifest
new file mode 100644
index 0000000000..3deb3f5bc4
--- /dev/null
+++ b/dev-embedded/arduino-cli/Manifest
@@ -0,0 +1,2 @@
+DIST arduino-cli-0.34.2-vendor.tar.xz 2399168 BLAKE2B 22d0050aad84bbed7699d287c6b46293c7b0af0369809cb1c5291bda73c661a1fa9e6b5f882a86936452b51c2f8d58c5c157d13f96c22daec4fb6728594d48eb SHA512 9cf199eedf95007d5dd033c9f75c3bb54af152a36f6d353ae3237c2b3b31d44852b8b139983aaf35caabe77c0302a84f95b14481157c5638ca42e91ab03e9327
+DIST arduino-cli-0.34.2.tar.gz 10335801 BLAKE2B 2552d31699cdb0a8d3ded32e14a345354ab17e74e2085941c48cd69e5345b08224f84b3bf6d7fe543c895a3c2091a6114f557b48a141455bf9c3608f0ea489ab SHA512 5d16a2e45f31fc35ffe75fbaabeac62b6c8aca6d0151e48ebedf27325b757473ea55b7883f8f727df951b1230a671ad4bf3603bd600dfca8f7154f3189f2ca12
diff --git a/dev-embedded/arduino-cli/arduino-cli-0.34.2.ebuild b/dev-embedded/arduino-cli/arduino-cli-0.34.2.ebuild
new file mode 100644
index 0000000000..9833ac63cf
--- /dev/null
+++ b/dev-embedded/arduino-cli/arduino-cli-0.34.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Next-generation arduino command line tool"
+HOMEPAGE="https://arduino.github.io/arduino-cli/latest/"
+
+SRC_URI="
+ https://github.com/arduino/arduino-cli/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+ https://pkg.artemis.sh/gentoo/pkg-deps/dev-embedded/arduino-cli/${P}-vendor.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 GPL-3 LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+src_compile() {
+ ego build -tags xversion \
+ -ldflags "-X github.com/arduino/arduino-cli/version.versionString=${PV}"
+}
+
+src_install() {
+ dobin arduino-cli
+}
diff --git a/dev-embedded/arduino-cli/metadata.xml b/dev-embedded/arduino-cli/metadata.xml
new file mode 100644
index 0000000000..1b5d10e9b7
--- /dev/null
+++ b/dev-embedded/arduino-cli/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>artemis@artemis.sh</email>
+ <description>Primary maintainer</description>
+ <name>Artemis Everfree</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">arduino/arduino-cli</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-10-04 8:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 8:31 Artemis Everfree [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-03 23:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/arduino-cli/ Artemis Everfree
2024-07-20 0:13 Artemis Everfree
2024-07-20 0:13 Artemis Everfree
2024-07-27 22:21 Artemis Everfree
2024-09-07 7:09 Artemis Everfree
2025-01-24 9:48 Artemis Everfree
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696408288.2386dd2b4e7cb0a118ea5a7b573cd2e4b85d4b08.artemis@gentoo \
--to=artemis@artemis.sh \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox