[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/24: gnu: Add go-github-com-moby-patternmatcher.
From: |
guix-commits |
Subject: |
17/24: gnu: Add go-github-com-moby-patternmatcher. |
Date: |
Tue, 17 Jun 2025 09:18:51 -0400 (EDT) |
guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5d2727e250c2db52f3df751fc6f58d76bd1488d9
Author: David Thompson <davet@gnu.org>
AuthorDate: Mon Jun 2 14:06:52 2025 +0200
gnu: Add go-github-com-moby-patternmatcher.
* gnu/packages/golang-xyz.scm (go-github-com-moby-patternmatcher): New
variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I5f7d8c50077b13f13597cd5065b41cfd97813d44
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bf5602fc36..7a35dadec8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12505,6 +12505,30 @@ about OS mounts as seen by the current process is
available from
@code{/proc/self/mountinfo}.")
(license license:asl2.0)))
+(define-public go-github-com-moby-patternmatcher
+ (package
+ (name "go-github-com-moby-patternmatcher")
+ (version "0.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/moby/patternmatcher")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1s77wpsc6szr9qdpnpg9q65ibgjgj4b2d12hwf6wrwb39grcnbcz"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/moby/patternmatcher"))
+ (home-page "https://github.com/moby/patternmatcher")
+ (synopsis "File name pattern matching")
+ (description
+ "This Go library provides facilities for pattern matching on file
+names.")
+ (license license:asl2.0)))
+
(define-public go-github-com-moby-sys-sequential
(package
(name "go-github-com-moby-sys-sequential")
- 24/24: gnu: Add forgejo-runner., (continued)
- 24/24: gnu: Add forgejo-runner., guix-commits, 2025/06/17
- 22/24: gnu: Add go-code-gitea-io-actions-proto-go-runner., guix-commits, 2025/06/17
- 10/24: gnu: Add go-github-com-danieljoos-wincred., guix-commits, 2025/06/17
- 07/24: gnu: Add go-github-com-moby-sys-user., guix-commits, 2025/06/17
- 05/24: gnu: Add go-github-com-masterminds-semver., guix-commits, 2025/06/17
- 19/24: gnu: Add go-github-com-timshannon-bolthold., guix-commits, 2025/06/17
- 15/24: gnu: Add go-github-com-containerd-containerd., guix-commits, 2025/06/17
- 12/24: gnu: Add go-github-com-docker-docker-credential-helpers., guix-commits, 2025/06/17
- 02/24: gnu: Add go-github-com-netflix-go-expect., guix-commits, 2025/06/17
- 23/24: gnu: Add go-code-gitea-io-actions-proto-go-ping., guix-commits, 2025/06/17
- 17/24: gnu: Add go-github-com-moby-patternmatcher.,
guix-commits <=
- 16/24: gnu: Add go-github-com-docker-docker., guix-commits, 2025/06/17
- 18/24: gnu: Add go-github-com-rhysd-actionlint., guix-commits, 2025/06/17
- 01/24: gnu: Add go-connectrpc-com-connect., guix-commits, 2025/06/17
- 13/24: gnu: Add go-github-com-moby-docker-image-spec., guix-commits, 2025/06/17
- 21/24: gnu: Add go-github-com-nektos-act., guix-commits, 2025/06/17
- 09/24: gnu: Add go-go-opentelemetry-io-contrib., guix-commits, 2025/06/17
- 08/24: gnu: Add go-github-com-moby-sys-sequential., guix-commits, 2025/06/17