me
/
guix
Archived
1
0
Fork 0

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
Artyom V. Poptsov 2024-01-13 20:55:08 +03:00 committed by Mathieu Othacehe
parent aa74e0bf17
commit 903386f872
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 22 additions and 0 deletions

View File

@ -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")