unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62199] [PATCH] gnu: Add emacs-fdroid.
@ 2023-03-15 12:14 conses
  2023-03-20 22:54 ` Sergey Trofimov
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: conses @ 2023-03-15 12:14 UTC (permalink / raw)
  To: 62199; +Cc: contact

* gnu/packages/emacs-xyz.scm (emacs-fdroid): 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 3c067fe16c..ce5aa10a05 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6070,6 +6070,27 @@ (define-public emacs-fd
 result.")
     (license license:gpl3+)))
 
+(define-public emacs-fdroid
+  (package
+    (name "emacs-fdroid")
+    (version "0.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~conses/fdroid.el")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1pmf9j9qcn71hjqdxqgdqf970irp75588nwnn234mapwqvx5v744"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~conses/fdroid.el")
+    (synopsis "Manage F-Droid packages from Emacs")
+    (description "This package is an Emacs interface to F-Droid.  Its purpose
+is to aid in the management of F-Droid packages for an Android device or an
+emulator inside the comfort of Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-ripgrep
   (package
     (name "emacs-ripgrep")
-- 
2.39.1



-- 
Best regards,
conses




^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2024-02-18 14:58 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 12:14 [bug#62199] [PATCH] gnu: Add emacs-fdroid conses
2023-03-20 22:54 ` Sergey Trofimov
2023-03-21  7:50   ` conses
2023-03-21  8:21     ` Sergey Trofimov
2023-03-21  8:55       ` Sergey Trofimov
2023-03-21  9:02       ` Nicolas Goaziou
2023-03-21  7:47 ` [bug#62199] [PATCH v2] " conses
2023-03-21  9:24 ` [bug#62199] [PATCH v3] " conses
2023-03-21  9:30   ` Nicolas Goaziou
2023-03-21 10:41 ` [bug#62199] [PATCH v4] " conses
2023-03-24  9:19   ` Nicolas Goaziou via Guix-patches
2023-06-08 19:12     ` Miguel Ángel Moreno
2023-06-08 19:10 ` [bug#62199] [PATCH v5] " Miguel Ángel Moreno
2023-06-10 19:43   ` Nicolas Goaziou
2023-06-13 10:50     ` Andrew Tropin
2023-06-21  9:59     ` Miguel Ángel Moreno
2023-08-20 17:40       ` Miguel Ángel Moreno
2023-08-24 13:58         ` Andrew Tropin
2023-08-26 16:10           ` Miguel Ángel Moreno
2023-08-28  3:44             ` Andrew Tropin
2023-08-28  3:46               ` Andrew Tropin
2023-08-28 19:42                 ` Liliana Marie Prikler
2024-02-11 20:41                   ` Miguel Ángel Moreno
2024-02-11 20:38 ` [bug#62199] [PATCH v6] " Miguel Ángel Moreno
2024-02-18 14:57   ` bug#62199: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).