unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: 56961@debbugs.gnu.org
Cc: "\(" <paren@disroot.org>
Subject: [bug#56961] [PATCH v2 2/4] gnu: packages: Add go-mvdan-cc-xurls.
Date: Mon, 10 Oct 2022 17:57:07 +0100	[thread overview]
Message-ID: <20221010165709.22638-2-paren@disroot.org> (raw)
In-Reply-To: <20221010165709.22638-1-paren@disroot.org>

* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cce9c09ca8..3455861d33 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11206,6 +11206,31 @@ (define-public go-github-com-onsi-ginkgo
 Gomega matcher library.")
     (license license:expat)))
 
+(define-public go-mvdan-cc-xurls
+  (package
+    (name "go-mvdan-cc-xurls")
+    (version "2.4.0")
+    (source (origin
+             (method git-fetch)
+             (uri (git-reference
+                   (url "https://github.com/mvdan/xurls")
+                   (commit (string-append "v" version))))
+             (file-name (git-file-name name version))
+             (sha256
+              (base32
+               "0b040nbk1vwlk1qljavh8w8fn2r243q700n6gr8j2asmnz0xq84p"))))
+    (build-system go-build-system)
+    (arguments (list #:import-path "mvdan.cc/xurls/v2"))
+    (propagated-inputs
+     (list go-golang-org-x-sync
+           go-github-com-rogpeppe-go-internal))
+    (home-page "https://mvdan.cc/xurls/v2")
+    (synopsis "Extract URLs from text in Go")
+    (description
+     "This package provides a library for extracting URLs from plain text
+using regular expressions in Go.")
+    (license license:bsd-3)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.38.0





  reply	other threads:[~2022-10-10 17:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 21:16 [bug#56961] [PATCHSET] Add senpai ( via Guix-patches via
2022-08-03 21:18 ` [bug#56961] [PATCH 1/6] gnu: packages: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-03 21:18   ` [bug#56961] [PATCH 2/6] gnu: packages: Add go-github-com-delthas-tcell ( via Guix-patches via
2022-08-03 21:18   ` [bug#56961] [PATCH 3/6] gnu: packages: Add go-mvdan-cc-xurls ( via Guix-patches via
2022-08-03 21:18   ` [bug#56961] [PATCH 4/6] gnu: packages: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-03 21:18   ` [bug#56961] [PATCH 5/6] gnu: packages: Add go-git-sr-ht--emersion-go-scfg ( via Guix-patches via
2022-08-03 21:18   ` [bug#56961] [PATCH 6/6] gnu: packages: Add senpai ( via Guix-patches via
2022-10-10 16:57 ` [bug#56961] [PATCH v2 1/4] gnu: packages: Add go-github-com-delthas-tcell ( via Guix-patches via
2022-10-10 16:57   ` ( via Guix-patches via [this message]
2022-10-10 16:57   ` [bug#56961] [PATCH v2 3/4] gnu: packages: Add senpai ( via Guix-patches via
2022-10-10 16:57   ` [bug#56961] [PATCH v2 4/4] gnu: Add home-senpai-service-type ( via Guix-patches via
2023-07-25 17:29 ` [bug#56961] [PATCHSET] Add senpai guix-patches--- via
2024-03-19 22:29 ` bug#56961: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221010165709.22638-2-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=56961@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).