[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/63: gnu: Add go-github-com-dennwc-ioctl.
From: |
guix-commits |
Subject: |
09/63: gnu: Add go-github-com-dennwc-ioctl. |
Date: |
Sat, 28 Dec 2024 11:13:38 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 9b45760cc62c1318a47588f356f2f5969ad42933
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 27 13:03:42 2024 +0000
gnu: Add go-github-com-dennwc-ioctl.
* gnu/packages/golang-xyz.scm (go-github-com-dennwc-ioctl): New variable.
Change-Id: Icf43c1ef532397d433910cebcdac2e102535ad2c
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fd91006bf5..a36c23ea7b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3048,6 +3048,30 @@ more complicated parallel cases.")
(propagated-inputs
(list go-github-com-elliotchance-orderedmap-v2))))
+(define-public go-github-com-dennwc-ioctl
+ (package
+ (name "go-github-com-dennwc-ioctl")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dennwc/ioctl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01b5d6fywrzs0q4q1j2c3qb15hwslb405w7bbc54w4qav0f61l55"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/dennwc/ioctl"))
+ (home-page "https://github.com/dennwc/ioctl")
+ (synopsis "Golang implementation of ioctl")
+ (description
+ "This package provides @code{ioctl} wrapper to std @code{syscall} and
+@code{os}.")
+ (license license:expat)))
+
(define-public go-github-com-dennwc-varint
(package
(name "go-github-com-dennwc-varint")
- branch go-team updated (d0cfa03c7e -> 554655b92f), guix-commits, 2024/12/28
- 04/63: gnu: go-github.com-nsf-termbox-go: Fix name., guix-commits, 2024/12/28
- 09/63: gnu: Add go-github-com-dennwc-ioctl.,
guix-commits <=
- 15/63: gnu: Add go-github-com-mdlayher-ethtool., guix-commits, 2024/12/28
- 02/63: gnu: Add go-github-com-beevik-ntp., guix-commits, 2024/12/28
- 12/63: gnu: Add go-github-com-hodgesds-perf-utils., guix-commits, 2024/12/28
- 16/63: gnu: Add go-github-com-mdlayher-wifi., guix-commits, 2024/12/28
- 13/63: gnu: Add go-github-com-mattn-go-xmlrpc., guix-commits, 2024/12/28
- 22/63: gnu: Add go-github-com-prometheus-community-go-runit., guix-commits, 2024/12/28
- 24/63: gnu: go-github-com-prometheus-client-golang: Update to 1.20.5., guix-commits, 2024/12/28
- 29/63: gnu: go-github-com-prometheus-statsd-exporter: Update to 0.28.0., guix-commits, 2024/12/28
- 03/63: gnu: Add go-github-com-hashicorp-yamux., guix-commits, 2024/12/28
- 07/63: gnu: Add go-github-com-lithammer-dedent., guix-commits, 2024/12/28