guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/27: gnu: Add go-github-com-audriusbutkevicius-pfilter.


From: guix-commits
Subject: 12/27: gnu: Add go-github-com-audriusbutkevicius-pfilter.
Date: Mon, 29 Jul 2019 14:57:19 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7cb9c4e2e15ca1f13afd67d2c30d67495ebbea23
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 17 13:36:19 2019 -0400

    gnu: Add go-github-com-audriusbutkevicius-pfilter.
    
    * gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter):
    New variable.
---
 gnu/packages/syncthing.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index bee89d5..1f94cdd 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1200,3 +1200,28 @@ quoting, commenting, and escaping.")
     (description "This package is an internal component of Prometheus.")
     (home-page "https://github.com/prometheus/common";)
     (license asl2.0)))
+
+(define-public go-github-com-audriusbutkevicius-pfilter
+  (let ((commit "c55ef6137fc6f075801eac099cc2687ede0f101d")
+        (revision "3"))
+    (package
+      (name "go-github-com-audriusbutkevicius-pfilter")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/AudriusButkevicius/pfilter.git";)
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "0xzhwyd0w21bhvzl5pinn22hp0y6h44rh3s2ppql69rafc6zd3c6"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/AudriusButkevicius/pfilter"))
+      (synopsis "Filter packets into mulitple virtual connections")
+      (description "Pfilter is a Go package for filtering packets into multiple
+virtual connections from a single physical connection.")
+      (home-page "https://github.com/AudriusButkevicius/pfilter";)
+      (license expat))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]