[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/172: gnu: Add go-github-com-goreleaser-fileglob.
From: |
guix-commits |
Subject: |
163/172: gnu: Add go-github-com-goreleaser-fileglob. |
Date: |
Sat, 9 Nov 2024 16:45:13 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit d26bb26b87f373ef8703d69cf5624f5166d04842
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:06:12 2024 +0100
gnu: Add go-github-com-goreleaser-fileglob.
* gnu/packages/golang-xyz.scm (go-github-com-goreleaser-fileglob): New
variable.
Change-Id: I068cad724f0aabeda01e09c4ce9ea48c6b344424
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 59f9c633b8..e346396088 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3556,6 +3556,36 @@ color (24-bit, RGB)
@end itemize")
(license license:expat)))
+(define-public go-github-com-goreleaser-fileglob
+ (package
+ (name "go-github-com-goreleaser-fileglob")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/goreleaser/fileglob";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1c4p98prb0gf8a8789lxp1qw0v6anlqk5b1ff2r861gv2nclp8dx"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/goreleaser/fileglob"))
+ (native-inputs
+ (list go-github-com-caarlos0-testfs
+ go-github-com-matryer-is))
+ (propagated-inputs
+ (list go-github-com-gobwas-glob))
+ (home-page "https://github.com/goreleaser/fileglob";)
+ (synopsis "Golang file globbing library")
+ (description
+ "This package provides a filesystem glob API. It uses @code{gobwas/glob}
+underneath and returns only matching files or direcories, depending on the
+configuration.")
+ (license license:expat)))
+
(define-public go-github-com-hashicorp-errwrap
(package
(name "go-github-com-hashicorp-errwrap")
- 120/172: gnu: miniflux: Fix build., (continued)
- 120/172: gnu: miniflux: Fix build., guix-commits, 2024/11/09
- 129/172: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/11/09
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/09
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/09
- 161/172: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/11/09
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/11/09
- 154/172: gnu: Add go-github-com-pkg-browser., guix-commits, 2024/11/09
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/09
- 157/172: gnu: packages/high-availability: Remove golang module., guix-commits, 2024/11/09
- 143/172: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/11/09
- 163/172: gnu: Add go-github-com-goreleaser-fileglob.,
guix-commits <=
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/11/09
- 169/172: gnu: run: Update to 0.11.2., guix-commits, 2024/11/09
- 35/172: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/11/09
- 40/172: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/11/09
- 39/172: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/11/09
- 37/172: gnu: go-github-com-golang-groupcache: Fix build., guix-commits, 2024/11/09
- 41/172: gnu: go-github-com-prometheus-client-golang: Fix build., guix-commits, 2024/11/09
- 32/172: gnu: go-google-golang-org-protobuf: Update to 1.34.2., guix-commits, 2024/11/09
- 33/172: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/11/09
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/11/09