guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add ablorb.


From: guix-commits
Subject: 02/05: gnu: Add ablorb.
Date: Sun, 15 Oct 2023 06:30:49 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 5ca2a8ad94533ca303839f018a283db36a0a63bf
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Oct 6 18:32:44 2023 +0200

    gnu: Add ablorb.
    
    * gnu/packages/web.scm (ablorb): New variable.
---
 gnu/packages/web.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5d873e0884..b46286c690 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -423,6 +423,28 @@ Interface} specification.")
     (license license:asl2.0)
     (home-page "https://modwsgi.readthedocs.io/";)))
 
+(define-public ablorb
+  (package
+    (name "ablorb")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.gnome.org/lilyp/ablorb";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1i705p2gw5aryj0myfj3rmsrmj3ilqdn5w7xd5dwjkyi80rc20kj"))))
+    (build-system meson-build-system)
+    (inputs (list glib gconf gnome-vfs libxml2))
+    (native-inputs (list pkg-config))
+    (home-page "https://gitlab.gnome.org/lilyp/ablorb";)
+    (synopsis "Replace asset links with data URIs")
+    (description "Ablorb takes an XML file and resolves relative links,
+replacing them with data URIs.")
+    (license license:gpl3+)))
+
 (define-public monolith
   (package
     (name "monolith")



reply via email to

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