[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/169: gnu: Add go-github-com-goreleaser-fileglob.
From: |
guix-commits |
Subject: |
163/169: gnu: Add go-github-com-goreleaser-fileglob. |
Date: |
Thu, 26 Sep 2024 06:43:30 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f89035895621ce1d8e1bd087cdb2dfb012bb28a3
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 417f2f89c7..510be80f10 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3531,6 +3531,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")
- 145/169: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., (continued)
- 145/169: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/09/26
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/09/26
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 143/169: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/09/26
- 155/169: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/09/26
- 150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/26
- 156/169: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/09/26
- 151/169: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/09/26
- 148/169: gnu: trezord: Refresh package style., guix-commits, 2024/09/26
- 161/169: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/09/26
- 163/169: gnu: Add go-github-com-goreleaser-fileglob.,
guix-commits <=
- 162/169: gnu: Add go-github-com-matryer-is., guix-commits, 2024/09/26
- 165/169: gnu: go-github-com-tekwizely-go-parsing: Adjust description., guix-commits, 2024/09/26
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/09/26
- 123/169: gnu: nebula: Fix build., guix-commits, 2024/09/26
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 141/169: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/09/26
- 149/169: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/09/26
- 159/169: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/09/26