unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 72874@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>, gemmaro <gemmaro.dev@gmail.com>
Subject: [bug#72874] [PATCH 1/8] gnu: Add go-zgo-at-runewidth.
Date: Fri, 30 Aug 2024 00:14:03 +0900	[thread overview]
Message-ID: <2f06434eeb4a9cb4f533b64aa772e32e224fa773.1724943942.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <cover.1724943942.git.gemmaro.dev@gmail.com>

* gnu/packages/golang-xyz.scm (go-zgo-at-runewidth): New variable.

Change-Id: I7c03b7e89ba45e8ce63cc482a4f860bdf839f727
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 796341a66b..3607f09de2 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2024 Luis Higino <luishenriquegh2701@gmail.com>
 ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6905,6 +6906,30 @@ (define-public go-mvdan-cc-editorconfig
 defined in @url{https://editorconfig.org/,https://editorconfig.org/}.")
     (license license:bsd-3)))
 
+(define-public go-zgo-at-runewidth
+  (package
+    (name "go-zgo-at-runewidth")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/arp242/runewidth")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "17wbzwak831z04kj4xdvh2q78k3in3kay009n0yj8nlwn1p126ph"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "zgo.at/runewidth"))
+    (home-page "https://github.com/arp242/runewidth")
+    (synopsis "Get fixed width of the character or string")
+    (description
+     "@samp{runewidth} provides functions to get fixed width of the
+character or string.")
+    (license license:expat)))
+
 ;;;
 ;;; Executables:
 ;;;
-- 
2.45.2





  reply	other threads:[~2024-08-29 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29 15:07 [bug#72874] [PATCH 0/8] gnu: Add toml-test gemmaro
2024-08-29 15:14 ` gemmaro [this message]
2024-08-29 15:14 ` [bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 4/8] gnu: Add go-zgo-at-zli gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 5/8] gnu: Add go-zgo-at-jfmt gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 6/8] gnu: Add jfmt gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test gemmaro
2024-08-29 15:14 ` [bug#72874] [PATCH 8/8] gnu: Add toml-test gemmaro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2f06434eeb4a9cb4f533b64aa772e32e224fa773.1724943942.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=72874@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).