gnu: Add go-github-com-audriusbutkevicius-pfilter.

* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter):
New variable.
This commit is contained in:
Leo Famulari 2019-07-17 13:36:19 -04:00
parent e5906bb440
commit 7cb9c4e2e1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1200,3 +1200,28 @@ (define-public go-github-com-prometheus-common-internal-bitbucket-org-ww-goauton
(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))))