unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68430] [PATCH] gnu: Add go-github-com-charmbracelet-harmonica.
@ 2024-01-13 17:57 Artyom V. Poptsov
  2024-01-17 17:25 ` bug#68430: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-01-13 17:57 UTC (permalink / raw)
  To: 68430


[-- Attachment #1.1: Type: text/plain, Size: 65 bytes --]

Hello,

this patch adds "go-github-com-charmbracelet-harmonica".

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-go-github-com-charmbracelet-harmonica.patch --]
[-- Type: text/x-diff, Size: 1933 bytes --]

From cb583e474d727a6554b64b684e912eda47dc1cee Mon Sep 17 00:00:00 2001
Message-ID: <cb583e474d727a6554b64b684e912eda47dc1cee.1705168517.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 13 Jan 2024 20:55:08 +0300
Subject: [PATCH] gnu: Add go-github-com-charmbracelet-harmonica.

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

Change-Id: I7e08006571be4e6b21eb4df3df8f3c92a412c0ca
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 979642c509..da28b6e107 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9205,6 +9205,28 @@ (define-public go-github-com-charmbracelet-glamour
 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")

base-commit: 31e736dac29e6f0ff8a2de3f28e210a68684ad21
-- 
2.41.0


[-- Attachment #1.3: Type: text/plain, Size: 216 bytes --]


- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68430: [PATCH] gnu: Add go-github-com-charmbracelet-harmonica.
  2024-01-13 17:57 [bug#68430] [PATCH] gnu: Add go-github-com-charmbracelet-harmonica Artyom V. Poptsov
@ 2024-01-17 17:25 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-17 17:25 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 68430-done


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

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-17 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 17:57 [bug#68430] [PATCH] gnu: Add go-github-com-charmbracelet-harmonica Artyom V. Poptsov
2024-01-17 17:25 ` bug#68430: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).