add libcbor (dependancy for fido2)

This commit is contained in:
Yann Dupont 2021-06-02 16:40:33 +02:00
parent 815306c3e6
commit dd7b1a2496

View file

@ -1004,4 +1004,29 @@ in the @code{debug} output), and binutils.")))
) )
(define-public glicid-libcbor
(package
(name "glicid-libcbor")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (string-append
"http://github.com/PJK/libcbor/archive/refs/tags/v" version ".tar.gz"))
(sha256
(base32
"12vw46ahhsc3ydnivkv5lvk1cn4sjjmcr639cjcl99d4dqb9g031"))
))
(build-system cmake-build-system)
(synopsis "libcbor")
(description "Todo")
(home-page "toto")
(license license:gpl2+)
))
;;; glicid.scm ends here ;;; glicid.scm ends here