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>master
parent
aa74e0bf17
commit
903386f872
|
@ -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")
|
||||
|
|
Reference in New Issue