[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52386] [PATCH] gnu: Add emacs-dpd.
From: |
Andrew Tropin |
Subject: |
[bug#52386] [PATCH] gnu: Add emacs-dpd. |
Date: |
Thu, 9 Dec 2021 08:59:07 +0300 |
* gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e542da0c26..05c193b4dc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21434,6 +21434,29 @@ (define-public emacs-packed
package recipes.")
(license license:gpl3+)))
+(define-public emacs-dpd
+ (package
+ (name "emacs-dpd")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/lilyp/emacs-dpd")
+ (commit "f53f251a58859f375617ce4f257fecc83c8ca5da")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-packed" ,emacs-packed)))
+ (home-page "https://gitlab.com/lilyp/emacs-dpd")
+ (synopsis "Deliver packages to package.el")
+ (description
+ "Tools for generating package-desc structures and feeding them to
+package.el.")
+ (license license:gpl3+)))
+
(define-public emacs-picpocket
(let ((version "41")
(commit "fa3a49f011b5ae139728548fec7375743f61c7c7"))
--
2.34.0
signature.asc
Description: PGP signature
- [bug#52386] [PATCH] gnu: Add emacs-dpd.,
Andrew Tropin <=