mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add libsfdo.
* gnu/packages/freedesktop.scm (libsfdo): New variable. Change-Id: I458dc579294326cf9e867b8d9e8f307212ae358e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
4c36355c7f
commit
150608a85f
1 changed files with 20 additions and 0 deletions
|
@ -361,6 +361,26 @@ (define-public libglib-testing
|
|||
(home-page "https://gitlab.gnome.org/pwithnall/libglib-testing")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public libsfdo
|
||||
(package
|
||||
(name "libsfdo")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.freedesktop.org/vyivel/libsfdo")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fi9hlg9ms8sszb0ylx4v0q49265vbsix455x64nkvklh049yc7n"))))
|
||||
(build-system meson-build-system)
|
||||
(home-page "https://gitlab.freedesktop.org/vyivel/libsfdo")
|
||||
(synopsis "Implementation of some of the freedesktop.org specifications")
|
||||
(description "libsfdo is a collection of libraries which implement
|
||||
some of the freedesktop.org specifications.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public libliftoff
|
||||
(package
|
||||
(name "libliftoff")
|
||||
|
|
Loading…
Reference in a new issue