GNU bug report logs -
#54560
[PATCH 00/47] gnu: Add go-github-com-prometheus-prometheus.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-puerkitobio-purell): New
variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 99715d910d..7471120b7a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7242,6 +7242,29 @@ (define-public go-github-com-puerkitobio-goquery
to jQuery to the Go language.")
(license license:bsd-3)))
+(define-public go-github-com-puerkitobio-purell
+ (package
+ (name "go-github-com-puerkitobio-purell")
+ (version "1.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/PuerkitoBio/purell")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/PuerkitoBio/purell"))
+ (propagated-inputs (list go-github-com-puerkitobio-urlesc
+ go-golang-org-x-net go-golang-org-x-text))
+ (synopsis "Tiny Go library to normalize URLs")
+ (description "Purell is a tiny Go library to normalize URLs.")
+ (home-page "https://github.com/PuerkitoBio/purell")
+ (license license:bsd-3)))
+
(define-public go-github-com-puerkitobio-urlesc
(let ((commit "de5bf2ad457846296e2031421a34e2568e304e35")
(revision "0"))
--
2.34.0
This bug report was last modified 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.