unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: conses <contact@conses.eu>
To: 62199@debbugs.gnu.org
Cc: contact@conses.eu
Subject: [bug#62199] [PATCH] gnu: Add emacs-fdroid.
Date: Wed, 15 Mar 2023 13:14:12 +0100	[thread overview]
Message-ID: <86bkkuxld7.fsf@conses.eu> (raw)

* 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




             reply	other threads:[~2023-03-15 12:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 12:14 conses [this message]
2023-03-20 22:54 ` [bug#62199] [PATCH] gnu: Add emacs-fdroid 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

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86bkkuxld7.fsf@conses.eu \
    --to=contact@conses.eu \
    --cc=62199@debbugs.gnu.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.
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).