diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 2225833..8ec75d2 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2094,3 +2094,28 @@ standard library logger.") (synopsis "gorilla/mux") (description "Package mux implements a request router and dispatcher.") (license license:bsd-3))) +(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 + (package + (name "go-github-com-docker-libtrust") + (version "0.0.0-20160708172513-aabc10ec26b7") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/docker/libtrust") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/docker/libtrust")) + (home-page "https://github.com/docker/libtrust") + (synopsis "libtrust") + (description + "Package libtrust provides an interface for managing authentication and +authorization using public key cryptography. Authentication is handled using +the identity attached to the public key and verified through TLS x509 +certificates, a key challenge, or signature. Authorization and access control +is managed through a trust graph distributed between both remote trust servers +and locally cached and managed data.") + (license license:asl2.0)))