summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-09 22:08:13 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:51 +0000
commita0e06194c6f13a4c917aec7fa827394d1a70fdea (patch)
treed589c390f7a5cfa5e10259bdaa900ea72fdc1085 /gnu/packages/golang-web.scm
parent0ed8c6d5aef0ddc72e301dc045dabe223a36f2a2 (diff)
gnu: go-github-com-stathat-go: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ibddb2d1146f2bc00edca434092da8237e3a77efd
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a38b5a59b3..b9ffbdc9c0 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7249,6 +7249,30 @@ provided @code{http.FileSystem}.")
file into a Go http.CookieJar.")
(license license:expat)))
+(define-public go-github-com-stathat-go
+ (package
+ (name "go-github-com-stathat-go")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stathat/go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/stathat/go"))
+ (home-page "https://github.com/stathat/go")
+ (synopsis "Post statistics to StatHat")
+ (description
+ "This is a Go package for posting to a @url{https://www.stathat.com/,
+StatHat} account.")
+ (license license:expat)))
+
(define-public go-github-com-tdewolff-minify-v2
(package
(name "go-github-com-tdewolff-minify-v2")