me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-git-lfs-go-netrc.

* gnu/packages/golang.scm (go-github-com-git-lfs-go-netrc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Nicolas Graves 2023-04-23 14:27:38 +02:00 committed by Leo Famulari
parent ab5f309c43
commit 8f6939652c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 27 additions and 0 deletions

View File

@ -6573,6 +6573,33 @@ fast and distributable command line applications in an expressive way.")
the purpose of building man pages.") the purpose of building man pages.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-git-lfs-go-netrc
(let ((commit "f0c862dd687a9d9a7e15b3cd7cb3fd3e81cdd5ef")
(revision "0"))
(package
(name "go-github-com-git-lfs-go-netrc")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/git-lfs/go-netrc")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0xvnjyg54gm3m3qszkfp12id0jmpg3583nqvv2llza1nr18w1sqi"))))
(build-system go-build-system)
(arguments `(#:import-path "github.com/git-lfs/go-netrc/netrc"
#:unpack-path "github.com/git-lfs/go-netrc"))
(home-page "https://github.com/git-lfs/go-netrc")
(synopsis "Netrc file parser for Go")
(description "This package is for reading and writing netrc files. This
package can parse netrc files, make changes to them, and then serialize them
back to netrc format, while preserving any whitespace that was present in the
source file.")
(license license:expat))))
(define-public go-github-com-russross-blackfriday (define-public go-github-com-russross-blackfriday
(package (package
(name "go-github-com-russross-blackfriday") (name "go-github-com-russross-blackfriday")