~ruther/guix-local

3de7694e2959c9896dbdcc7ec3eca38094830403 — Sharlatan Hellseher 1 year, 2 months ago 8f16c3d
gnu: Add go-github-com-matterbridge-gomatrix.

* gnu/packages/golang-web.scm (go-github-com-matterbridge-gomatrix): New variable.

Change-Id: I6afa6eb0710d4729bffeb5eb09938fe389018360
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +25 -0
@@ 6087,6 6087,31 @@ supported by HTTP PATCH method, allowing for standards based partial updates
via REST APIs.")
    (license license:asl2.0)))

(define-public go-github-com-matterbridge-gomatrix
  (package
    (name "go-github-com-matterbridge-gomatrix")
    (version "0.0.0-20220411225302-271e5088ea27")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/matterbridge/gomatrix")
             (commit (go-version->git-ref version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "08y6kbsa9cs4d9qckwg85i64gz7jbv606gqk4sk09172bzaxzsm1"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/matterbridge/gomatrix"))
    (home-page "https://github.com/matterbridge/gomatrix")
    (synopsis "Golang Matrix client")
    (description
     "Package gomatrix implements the Matrix Client-Server API.  This package
is an alternative fork of not maintained
https://github.com/matrix-org/gomatrix project.")
    (license license:asl2.0)))

(define-public go-github-com-mattn-go-ieproxy
  (package
    (name "go-github-com-mattn-go-ieproxy")