guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: Add go-github-com-charmbracelet-harmonica.


From: guix-commits
Subject: 05/07: gnu: Add go-github-com-charmbracelet-harmonica.
Date: Wed, 17 Jan 2024 12:31:22 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 903386f872efa5bd6fedee6cc894050bb5718070
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Jan 13 20:55:08 2024 +0300

    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>
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e7306a585c..8fea581248 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]