emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55860: closed ([PATCH] gnu: Add emacs-platformio-mode.)


From: GNU bug Tracking System
Subject: bug#55860: closed ([PATCH] gnu: Add emacs-platformio-mode.)
Date: Fri, 10 Jun 2022 12:15:02 +0000

Your message dated Fri, 10 Jun 2022 13:13:28 +0100
with message-id <875yl83ech.fsf@cbaines.net>
and subject line Re: [bug#55860] [PATCH] gnu: Add emacs-platformio-mode.
has caused the debbugs.gnu.org bug report #55860,
regarding [PATCH] gnu: Add emacs-platformio-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55860: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55860
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-platformio-mode. Date: Wed, 8 Jun 2022 20:05:30 -0400
From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/emacs-xyz.scm (emacs-platformio-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2633b775a6..b99f334012 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -537,6 +537,27 @@ (define-public emacs-hgignore-mode
 system.")
       (license license:gpl3+))))
 
+(define-public emacs-platformio-mode
+  (package
+    (name "emacs-platformio-mode")
+    (version "0.3.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ZachMassia/PlatformIO-Mode";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0ian50v9vaz7kqzn20bhqadq50h0l3zhjkmniinpz4q9klh7drh9"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-async emacs-projectile))
+    (home-page "https://github.com/zachmassia/platformio-mode";)
+    (synopsis "Minor mode for building and uploading PlatformIO projects")
+    (description "This package provices an Emacs minor mode for building and 
uploading
+PlatformIO projects.")
+    (license license:gpl3+)))
+
 (define-public emacs-hyperbole
   (package
     (name "emacs-hyperbole")
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#55860] [PATCH] gnu: Add emacs-platformio-mode. Date: Fri, 10 Jun 2022 13:13:28 +0100 User-agent: mu4e 1.6.10; emacs 28.1
peter@polidoro.io writes:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/emacs-xyz.scm (emacs-platformio-mode): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)

Thanks, I've pushed this as 9ea5a66e30f709816e477dedfcfcfb1d8563917a.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]