~ruther/guix-local

903386f872efa5bd6fedee6cc894050bb5718070 — Artyom V. Poptsov 2 years ago aa74e0b
gnu: Add go-github-com-charmbracelet-harmonica.

* gnu/packages/golang.scm (go-github-com-charmbracelet-harmonica): New
  variable.

Change-Id: I7e08006571be4e6b21eb4df3df8f3c92a412c0ca
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
1 files changed, 22 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +22 -0
@@ 9205,6 9205,28 @@ templates on ANSI compatible terminals.  You can create your own stylesheet or
use one of our glamorous default themes.")
    (license license:expat)))

(define-public go-github-com-charmbracelet-harmonica
  (package
    (name "go-github-com-charmbracelet-harmonica")
    (version "0.2.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/charmbracelet/harmonica")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1aasg0c0xxhwav4ivm1mqmsqab6lk407xky8c19pb85r1hdbq0n7"))))
    (build-system go-build-system)
    (arguments
     '(#:import-path "github.com/charmbracelet/harmonica"))
    (home-page "https://github.com/charmbracelet/harmonica")
    (synopsis "Simple, physics-based animation library")
    (description
     "A simple, efficient spring animation library for smooth, natural motion.")
    (license license:expat)))

(define-public go-github-com-coreos-go-semver
  (package
    (name "go-github-com-coreos-go-semver")