me
/
guix
Archived
1
0
Fork 0

gnu: Add ablorb.

* gnu/packages/web.scm (ablorb): New variable.
Liliana Marie Prikler 2023-10-06 18:32:44 +02:00
parent 48286d4da4
commit 5ca2a8ad94
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 22 additions and 0 deletions

View File

@ -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")