[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: Add go-github-com-michiwend-gomusicbrainz.
From: |
Pierre Neidhardt |
Subject: |
11/13: gnu: Add go-github-com-michiwend-gomusicbrainz. |
Date: |
Sun, 22 Jul 2018 16:55:23 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 62879d22163af5b8dfe0f788de193ac1d0f9a66f
Author: Pierre Neidhardt <address@hidden>
Date: Fri Jun 22 18:54:36 2018 +0200
gnu: Add go-github-com-michiwend-gomusicbrainz.
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): New
variable.
---
gnu/packages/golang.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d0b6c25..25e6c44 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2300,3 +2300,32 @@ It provides a function, @code{Formatter}, that can be
used with any function
that accepts a format string. It also provides convenience wrappers for
functions in packages @code{fmt} and @code{log}.")
(license license:expat))))
+
+(define-public go-github-com-michiwend-gomusicbrainz
+ (let ((commit "0cdeb13f9b24d2c714feb7e3c63d595cf7121d7d")
+ (revision "0"))
+ (package
+ (name "go-github-com-michiwend-gomusicbrainz")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/michiwend/gomusicbrainz")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1li9daw0kghb80rdmxbh7g72qhxcvx3rvhwq5gs0jrr9hb8pjvcn"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-github-com-michiwend-golang-pretty"
,go-github-com-michiwend-golang-pretty)
+ ("go-github-com-kr-text" ,go-github-com-kr-text)))
+ (arguments
+ `(#:import-path "github.com/michiwend/gomusicbrainz"))
+ (home-page "https://github.com/michiwend/gomusicbrainz")
+ (synopsis "MusicBrainz WS2 client library for Golang")
+ (description "Currently GoMusicBrainz provides methods to perform search
+and lookup requests. Browse requests are not supported yet.")
+ (license license:expat))))
- 01/13: gnu: Add go-github-com-mattn-go-isatty., (continued)
- 01/13: gnu: Add go-github-com-mattn-go-isatty., Pierre Neidhardt, 2018/07/22
- 03/13: gnu: Add go-github-com-mgutz-ansi., Pierre Neidhardt, 2018/07/22
- 02/13: gnu: Add go-github-com-mattn-go-colorable., Pierre Neidhardt, 2018/07/22
- 08/13: gnu: Add go-github-com-stevedonovan-luar., Pierre Neidhardt, 2018/07/22
- 10/13: gnu: Add go-github-com-michiwend-golang-pretty., Pierre Neidhardt, 2018/07/22
- 13/13: gnu: Add demlo., Pierre Neidhardt, 2018/07/22
- 12/13: gnu: Add go-github-com-wtolson-go-taglib., Pierre Neidhardt, 2018/07/22
- 04/13: gnu: Add go-github-com-aarzilli-golua., Pierre Neidhardt, 2018/07/22
- 05/13: gnu: Add go-gitlab-com-ambrevar-golua-unicode., Pierre Neidhardt, 2018/07/22
- 09/13: gnu: Add go-github-com-kr-text., Pierre Neidhardt, 2018/07/22
- 11/13: gnu: Add go-github-com-michiwend-gomusicbrainz.,
Pierre Neidhardt <=