From 6ad918c0de80d3caaf089d010b47e26101b17c3d Mon Sep 17 00:00:00 2001 From: pinoaffe Date: Sun, 6 Feb 2022 23:24:03 +0100 Subject: gnu: Add emacs-enlive. * gnu/packages/emacs-xyz.scm (emacs-enlive): New variable. Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 94d050eb8b..de2ac45066 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15492,6 +15492,28 @@ query them from the comfort of your editor.") buffer's environment.") (license license:gpl3+))) +(define-public emacs-enlive + (package + (name "emacs-enlive") + (version "0.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zweifisch/enlive") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08j6b79vy8ry4ad1abk3hvxjbb4ylrhkvrbrnq1gcikl4h1p2v63")))) + (build-system emacs-build-system) + (home-page "http://github.com/zweifisch/enlive") + (synopsis "Query HTML document with CSS selectors in Emacs") + (description + "Enlive is an Emacs library that allows the user to query HTML documents +from within Elisp using a DSL similar to CSS selectors.") + (license license:gpl3+))) + (define-public emacs-envrc (package (name "emacs-envrc") -- cgit v1.2.3