sniffglue: add linux-only dependency

Closes #60947.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michka Popoff 2020-09-10 20:36:39 +02:00 committed by BrewTestBot
parent 7e0791b0d2
commit e697994320
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class Sniffglue < Formula
homepage "https://github.com/kpcyrd/sniffglue"
url "https://github.com/kpcyrd/sniffglue/archive/v0.11.1.tar.gz"
sha256 "f3d4a42ee12113ef82a8033bb0d64359af5425c821407a7469e99c7a5af3186d"
license "GPL-3.0"
license "GPL-3.0-or-later"
bottle do
cellar :any_skip_relocation
@ -16,6 +16,10 @@ class Sniffglue < Formula
uses_from_macos "libpcap"
on_linux do
depends_on "libseccomp"
end
resource "testdata" do
url "https://github.com/kpcyrd/sniffglue/raw/163ca299bab711fb0082de216d07d7089c176de6/pcaps/SkypeIRC.pcap"
sha256 "bac79a9c3413637f871193589d848697af895b7f2700d949022224d59aa6830f"