rosenthal: Add go-github-com-emvi-logbuch.

* rosenthal/packages/golang.scm (go-github-com-emvi-logbuch): New variable.
remotes/origin/add-wakapi
Hilton Chain 2 years ago
parent 8129ea8f4d
commit 76f47f8671
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 24
      rosenthal/packages/golang.scm

@ -59,6 +59,30 @@ util function library of Go. Inspired by the java apache common package and
lodash.js.") lodash.js.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-emvi-logbuch
(package
(name "go-github-com-emvi-logbuch")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emvi/logbuch")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1l2pn19m04rbx1lzhknyqr0vvcqn7x4qmrgnj4cx80q666mybd9y"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/emvi/logbuch"))
(home-page "https://github.com/emvi/logbuch")
(synopsis "Logbuch")
(description
"Simple Go logging library with support for different output channels
(io.Writer) for each log level. A formatter can be provided to change the log
output formatting.")
(license license:expat)))
(define-public go-github-com-google-gopacket (define-public go-github-com-google-gopacket
(package (package
(name "go-github-com-google-gopacket") (name "go-github-com-google-gopacket")

Loading…
Cancel
Save