mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-sabhiram-go-gitignore: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie137f390626b89b980833091f641700fa4d6f504
This commit is contained in:
parent
82362e5c70
commit
f9ea212e91
2 changed files with 24 additions and 25 deletions
|
@ -13088,6 +13088,30 @@ logging.")
|
||||||
"This package implements column-formatted output for Golang.")
|
"This package implements column-formatted output for Golang.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-sabhiram-go-gitignore
|
||||||
|
(package
|
||||||
|
(name "go-github-com-sabhiram-go-gitignore")
|
||||||
|
(version "0.0.0-20210923224102-525f6e181f06")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/sabhiram/go-gitignore")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "197giv3snczvbihzvkja5pq53yw5fc516rnjm71hni8gawb8jmh3"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/sabhiram/go-gitignore"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(home-page "https://github.com/sabhiram/go-gitignore")
|
||||||
|
(synopsis "Gitignore parser for Go")
|
||||||
|
(description "A @command{.gitignore} parser for Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-sahilm-fuzzy
|
(define-public go-github-com-sahilm-fuzzy
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sahilm-fuzzy")
|
(name "go-github-com-sahilm-fuzzy")
|
||||||
|
|
|
@ -2067,31 +2067,6 @@ be performed.")
|
||||||
(description "Go wrapper for taglib")
|
(description "Go wrapper for taglib")
|
||||||
(license license:unlicense))))
|
(license license:unlicense))))
|
||||||
|
|
||||||
(define-public go-github-com-sabhiram-go-gitignore
|
|
||||||
(package
|
|
||||||
(name "go-github-com-sabhiram-go-gitignore")
|
|
||||||
(version "0.0.0-20210923224102-525f6e181f06")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/sabhiram/go-gitignore")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"197giv3snczvbihzvkja5pq53yw5fc516rnjm71hni8gawb8jmh3"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path
|
|
||||||
"github.com/sabhiram/go-gitignore"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-stretchr-testify))
|
|
||||||
(home-page "https://github.com/sabhiram/go-gitignore")
|
|
||||||
(synopsis "Gitignore parser for Go")
|
|
||||||
(description "A @command{.gitignore} parser for Go.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-go-md2man
|
(define-public go-github-com-go-md2man
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-md2man")
|
(name "go-github-com-go-md2man")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue