[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare.
From: |
guix-commits |
Subject: |
07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare. |
Date: |
Tue, 7 May 2024 18:24:50 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit bb1beff54d1f16c4c38156cec4712b417faa763f
Author: Jesse Eisses <jesse@eisses.email>
AuthorDate: Fri Apr 26 00:08:19 2024 +0200
gnu: Add go-git-sr-ht-sircmpwn-go-bare.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-sircmpwn-go-bare): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iea3ac2489549fe4cb1b1ce216a998c30c9f996d6
---
gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 00243753fd..377488892f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -113,6 +113,35 @@
a human-readable byte format.")
(license license:asl2.0)))
+(define-public go-git-sr-ht-sircmpwn-go-bare
+ (package
+ (name "go-git-sr-ht-sircmpwn-go-bare")
+ (version "0.0.0-20210406120253-ab86bc2846d9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~sircmpwn/go-bare")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zh36qppk8lscd8mysy0anm2vw5c74c10f4qvhd541wxm06di928"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "git.sr.ht/~sircmpwn/go-bare"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-git-sr-ht-sircmpwn-getopt))
+ (home-page "https://git.sr.ht/~sircmpwn/go-bare")
+ (synopsis "Implementation of the BARE message format")
+ (description
+ "This package provides an implementation of the @acronym{BARE, Binary
+Application Record Encoding} https://baremessages.org/ message format for
+Golang.")
+ (license license:asl2.0)))
+
(define-public go-github-com-a8m-envsubst
(package
(name "go-github-com-a8m-envsubst")
- 16/26: gnu: Add soju., (continued)
- 16/26: gnu: Add soju., guix-commits, 2024/05/07
- 18/26: gnu: sqls: Use go-1.21., guix-commits, 2024/05/07
- 20/26: gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests., guix-commits, 2024/05/07
- 24/26: gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz., guix-commits, 2024/05/07
- 02/26: gnu: Add go-github-com-sherclockholmes-webpush-go., guix-commits, 2024/05/07
- 04/26: gnu: Add go-nhooyr-io-websocket., guix-commits, 2024/05/07
- 15/26: gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to 2.0.0., guix-commits, 2024/05/07
- 22/26: gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz., guix-commits, 2024/05/07
- 21/26: gnu: web: Remove syncthing module from used modules., guix-commits, 2024/05/07
- 26/26: gnu: kubo: Unbundle go-bazil-org-fuse., guix-commits, 2024/05/07
- 07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare.,
guix-commits <=
- 05/26: gnu: Add go-github-com-pires-go-proxyproto., guix-commits, 2024/05/07
- 09/26: gnu: Add python-irc-parser-tests., guix-commits, 2024/05/07
- 12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0., guix-commits, 2024/05/07
- 25/26: gnu: Add go-bazil-org-fuse., guix-commits, 2024/05/07