[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/25: gnu: Add go-github-com-kataras-pio.
From: |
guix-commits |
Subject: |
20/25: gnu: Add go-github-com-kataras-pio. |
Date: |
Wed, 7 Jul 2021 10:29:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch master
in repository guix.
commit 56835ab7304351055cf1a4bd1cd442d7b8806f8a
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon May 24 21:09:08 2021 -0400
gnu: Add go-github-com-kataras-pio.
* gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e381653..9e2fb4b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -74,6 +74,30 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-kataras-pio
+ (package
+ (name "go-github-com-kataras-pio")
+ (version "0.0.10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/kataras/pio")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11d2jy9xz4airicgmjcy4nb80kwv22jp140wzn2l5412jdr4jmkp"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/kataras/pio"))
+ (home-page "https://github.com/kataras/pio")
+ (synopsis "Pill for Input/Output")
+ (description "PIO is a low-level package that provides a way to centralize
+different output targets. Supports colors and text decoration to all popular
+terminals.")
+ (license license:bsd-3)))
+
(define-public go-github-com-shadowsocks-go-shadowsocks2
(package
(name "go-github-com-shadowsocks-go-shadowsocks2")
- 08/25: gnu: Add go-github-com-willscott-goturn., (continued)
- 08/25: gnu: Add go-github-com-willscott-goturn., guix-commits, 2021/07/07
- 11/25: gnu: Add go-github-com-op-go-logging., guix-commits, 2021/07/07
- 12/25: gnu: Add go-github-com-blanu-dust., guix-commits, 2021/07/07
- 13/25: gnu: Add go-github-com-deckarep-golang-set., guix-commits, 2021/07/07
- 14/25: gnu: Add go-github-com-operatorfoundation-monolith-go., guix-commits, 2021/07/07
- 16/25: gnu: Add go-github-com-mufti1-interconv., guix-commits, 2021/07/07
- 10/25: gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., guix-commits, 2021/07/07
- 17/25: gnu: Add go-github-com-aead-chacha20., guix-commits, 2021/07/07
- 18/25: gnu: Add go-github-com-riobard-go-bloom., guix-commits, 2021/07/07
- 19/25: gnu: Add go-github-com-shadowsocks-go-shadowsocks2., guix-commits, 2021/07/07
- 20/25: gnu: Add go-github-com-kataras-pio.,
guix-commits <=
- 21/25: gnu: Add go-github-com-kataras-golog., guix-commits, 2021/07/07
- 23/25: gnu: Add go-0xacab-org-leap-shapeshifter., guix-commits, 2021/07/07
- 24/25: gnu: Add bitmask., guix-commits, 2021/07/07
- 25/25: services: Add bitmask-service-type., guix-commits, 2021/07/07
- 03/25: gnu: Add go-github-com-emersion-go-autostart., guix-commits, 2021/07/07
- 06/25: gnu: Add go-github-com-sevlyar-go-daemon., guix-commits, 2021/07/07
- 09/25: gnu: Add go-github-com-operatorfoundation-obfs4., guix-commits, 2021/07/07
- 15/25: gnu: Add go-github-com-opentracing-opentracing-go., guix-commits, 2021/07/07
- 22/25: gnu: Add go-github-com-operatorfoundation-shapeshifter-transports., guix-commits, 2021/07/07