[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/63: gnu: Add go-github-com-safchain-ethtool.
From: |
guix-commits |
Subject: |
06/63: gnu: Add go-github-com-safchain-ethtool. |
Date: |
Sat, 28 Dec 2024 11:13:38 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit d34a62bdb1491b638ec389bb2b868a0e8d759499
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 27 12:27:46 2024 +0000
gnu: Add go-github-com-safchain-ethtool.
* gnu/packages/golang-web.scm (go-github-com-safchain-ethtool): New
variable.
Change-Id: I82ece19fc5819b4ae6466016760644e518058268
---
gnu/packages/golang-web.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index b60d8404b6..c8619315d0 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6171,6 +6171,45 @@ per host/process
@end itemize")
(license license:expat)))
+(define-public go-github-com-safchain-ethtool
+ (package
+ (name "go-github-com-safchain-ethtool")
+ (version "0.5.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/safchain/ethtool")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01q0qfyksnhd4a2w2824yzdmyb4g4xr0y2z4ffnpbzz1wp60rydg"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/safchain/ethtool"
+ #:test-flags
+ ;; Unable to retrieve driver from any interface of this system.
+ #~(list "-skip"
+ (string-join
+ (list "TestCmdGet"
+ "TestCmdGetMapped"
+ "TestMsglvlGet"
+ "TestStats"
+ "TestDriverName"
+ "TestBusInfo")
+ "|"))))
+ (propagated-inputs
+ (list go-golang-org-x-sys))
+ (home-page "https://github.com/safchain/ethtool")
+ (synopsis "Ethtool library for Golang")
+ (description
+ "The ethtool package aims to provide a library that implements easy
+access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve
+information from a network device such as statistics, driver related
+information or even the peer of a VETH interface.")
+ (license license:asl2.0)))
+
(define-public go-github-com-sherclockholmes-webpush-go
(package
(name "go-github-com-sherclockholmes-webpush-go")
- 21/63: gnu: go-github-com-godbus-dbus: Move to golang-xyz., (continued)
- 21/63: gnu: go-github-com-godbus-dbus: Move to golang-xyz., guix-commits, 2024/12/28
- 17/63: gnu: Add go-github-com-opencontainers-selinux., guix-commits, 2024/12/28
- 25/63: gnu: Add go-github-com-mdlayher-vsock., guix-commits, 2024/12/28
- 26/63: gnu: go-github-com-prometheus-exporter-toolkit: Update to 0.13.2., guix-commits, 2024/12/28
- 38/63: gnu: go-github-com-client9-misspell: Fix build., guix-commits, 2024/12/28
- 44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2., guix-commits, 2024/12/28
- 40/63: gnu: Add go-github-com-jmoiron-sqlx., guix-commits, 2024/12/28
- 53/63: gnu: go-github-com-gorhill-cronexpr: Update to 0.0.0-20180427100037-88b0669f7d75., guix-commits, 2024/12/28
- 63/63: gnu: go-github-com-masterminds-sprig-v3: Update to 3.3.0., guix-commits, 2024/12/28
- 46/63: gnu: go-github-com-tdewolff-hasher: Move to golang-xyz., guix-commits, 2024/12/28
- 06/63: gnu: Add go-github-com-safchain-ethtool.,
guix-commits <=
- 28/63: gnu: go-github-com-prometheus-common-assets: Update to 0.2.0., guix-commits, 2024/12/28
- 35/63: gnu: Add go-github-com-xo-dburl., guix-commits, 2024/12/28
- 36/63: gnu: go-github-com-pquerna-ffjson: Fix tests., guix-commits, 2024/12/28
- 41/63: gnu: Add go-github-com-tdewolff-argp., guix-commits, 2024/12/28
- 33/63: gnu: go-github-com-pierrec-lz4-v4: Fix build., guix-commits, 2024/12/28
- 50/63: gnu: go-github-com-davecgh-go-xdr: Move to golang-web., guix-commits, 2024/12/28
- 56/63: gnu: go-github-com-huandu-xstrings: Update to 1.5.0., guix-commits, 2024/12/28
- 62/63: gnu: go-github-com-mitchellh-go-wordwrap: Move to golang-xyz., guix-commits, 2024/12/28
- 10/63: gnu: go-github-com-dennwc-varint: Simplify., guix-commits, 2024/12/28
- 20/63: gnu: go-github-com-godbus-dbus: Simplify., guix-commits, 2024/12/28