unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 60509@debbugs.gnu.org
Subject: [bug#60509] [PATCH 1/3] gnu: Add go-github-com-google-gopacket.
Date: Tue, 03 Jan 2023 15:21:40 +0800	[thread overview]
Message-ID: <87tu18m6bf.wl-hako@ultrarare.space> (raw)
In-Reply-To: <handler.60509.B.167273044221844.ack@debbugs.gnu.org>


* gnu/packages/golang.scm (go-github-com-google-gopacket): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..ed482502a8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7043,6 +7043,28 @@ (define-public go-github-com-google-uuid
 4122 and DCE 1.1: Authentication and Security Services.")
     (license license:bsd-3)))
 
+(define-public go-github-com-google-gopacket
+  (package
+    (name "go-github-com-google-gopacket")
+    (version "1.1.19")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/google/gopacket")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "048qwm2n0wrpql4qqgd7jyynn3gk069yvqbxnshlayzmbhf87ls4"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/google/gopacket"))
+    (home-page "https://github.com/google/gopacket")
+    (synopsis "Packet processing capabilities library")
+    (description
+     "This package provides packet processing capabilities for Go.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-google-goterm
   (let ((commit "fc88cf888a3fa99ecc23d1efc1a44284268457d3")
         (revision "1"))
-- 
2.38.1





  parent reply	other threads:[~2023-01-03  7:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03  7:20 [bug#60509] [PATCH 0/3] gnu: Add phantomsocks Hilton Chain via Guix-patches via
     [not found] ` <handler.60509.B.167273044221844.ack@debbugs.gnu.org>
2023-01-03  7:21   ` Hilton Chain via Guix-patches via [this message]
2023-01-03  7:22     ` [bug#60509] [PATCH 2/3] gnu: Add go-github-com-macronut-go-tproxy Hilton Chain via Guix-patches via
2023-01-03  7:22       ` [bug#60509] [PATCH 3/3] gnu: Add phantomsocks Hilton Chain via Guix-patches via
2023-01-30 22:44 ` bug#60509: [PATCH 0/3] " Ludovic Courtès

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=87tu18m6bf.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=60509@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /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).