summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-31 18:32:48 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:42 +0000
commit5d0eaf727e92b7a83cf10fd84a9465a011fbf54d (patch)
treea22af03647d96fa21d0674587895ec1c1270c790 /gnu/packages/golang-web.scm
parentfcbabcfa8cfbcc41e99de0950a999cb40fdf9b01 (diff)
gnu: Add go-github-com-labbsr0x-goh.
* gnu/packages/golang-web.scm (go-github-com-labbsr0x-goh): New variable. Change-Id: I67969a5bef508b72cfcbd0620d718d7b848eabbb
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 250538453f..97924a00a3 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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")