gnu: Add go-github-com-labbsr0x-goh.

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

Change-Id: I67969a5bef508b72cfcbd0620d718d7b848eabbb
This commit is contained in:
Sharlatan Hellseher 2024-12-31 18:32:48 +00:00
parent fcbabcfa8c
commit 5d0eaf727e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4114,6 +4114,35 @@ router.")
@acronym{Simple Service Discovery Protocol, SSDP}} library for Golang.")
(license license:expat)))
(define-public go-github-com-labbsr0x-goh
(package
(name "go-github-com-labbsr0x-goh")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/labbsr0x/goh")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06yrd6ih6r0rkxyn88b66gfarjxsqmi3wzi8cgsxskq7mbah0iyp"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/labbsr0x/goh"))
(propagated-inputs
(list go-github-com-go-cmd-cmd
go-github-com-go-errors-errors
go-github-com-sirupsen-logrus))
(home-page "https://github.com/labbsr0x/goh")
(synopsis "Utility library for writing web hooks")
(description
"This package provides an utility library for writing extremely simple
webhooks in Golang.")
(license license:expat)))
(define-public go-github-com-levigross-grequests
(package
(name "go-github-com-levigross-grequests")