~ruther/guix-local

65406213eba2074ec9092c82b111a04fcc0e8473 — Sharlatan Hellseher 2 months ago 98e1563
gnu: Add go-github-com-protonmail-go-mbox.

* gnu/packages/golang-xyz.scm (go-github-com-protonmail-go-mbox): New variable.

Change-Id: Ia4eb42e24f0ef51dc975b404d5b08a0b49c9c982
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +25 -0
@@ 19022,6 19022,31 @@ and bash completion for the go command line.")
     "This package provides a wrapper round runit service status.")
    (license license:expat)))

(define-public go-github-com-protonmail-go-mbox
  (package
    (name "go-github-com-protonmail-go-mbox")
    (version "1.1.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/ProtonMail/go-mbox")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0j82rmigq8ayjgn3a5pfhmb6mghy30nrix30kbjdjf498kxvhlgv"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/ProtonMail/go-mbox"))
    (home-page "https://github.com/ProtonMail/go-mbox")
    (synopsis "Mbox files into messages parser in Golang")
    (description
     "This package implements functionality for parsing and formating the
mbox file format.  It's an alternative fork of
https://github.com/emersion/go-mbox.")
    (license license:expat)))

(define-public go-github-com-pterm-pterm
  (package
    (name "go-github-com-pterm-pterm")