summaryrefslogtreecommitdiff
path: root/homebrew/dhcpdump
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/dhcpdump')
-rw-r--r--homebrew/dhcpdump/.beer18
-rw-r--r--homebrew/dhcpdump/.make.sh-auto4
-rw-r--r--homebrew/dhcpdump/_metadata/description1
-rw-r--r--homebrew/dhcpdump/_metadata/homepage1
-rw-r--r--homebrew/dhcpdump/_metadata/name1
-rw-r--r--homebrew/dhcpdump/_metadata/version1
-rwxr-xr-xhomebrew/dhcpdump/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/dhcpdump/.beer b/homebrew/dhcpdump/.beer
new file mode 100644
index 000000000..b3b25dfc3
--- /dev/null
+++ b/homebrew/dhcpdump/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Dhcpdump",
+ "description": "Monitor DHCP traffic for debugging purposes",
+ "url": "https://www.mavetju.org/download/dhcpdump-1.8.tar.gz",
+ "mirror": "https://mirrors.kernel.org/debian/pool/main/d/dhcpdump/dhcpdump_1.8.orig.tar.gz",
+ "homepage": "https://www.mavetju.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "bin.install \"dhcpdump\"",
+ "man8.install \"dhcpdump.8\""
+ ],
+ "version": "1.8",
+ "file": "dhcpdump.rb"
+} \ No newline at end of file
diff --git a/homebrew/dhcpdump/.make.sh-auto b/homebrew/dhcpdump/.make.sh-auto
new file mode 100644
index 000000000..0abda5bc6
--- /dev/null
+++ b/homebrew/dhcpdump/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make
+bin.install "dhcpdump"
+man8.install "dhcpdump.8"
diff --git a/homebrew/dhcpdump/_metadata/description b/homebrew/dhcpdump/_metadata/description
new file mode 100644
index 000000000..740dd1c74
--- /dev/null
+++ b/homebrew/dhcpdump/_metadata/description
@@ -0,0 +1 @@
+Monitor DHCP traffic for debugging purposes
diff --git a/homebrew/dhcpdump/_metadata/homepage b/homebrew/dhcpdump/_metadata/homepage
new file mode 100644
index 000000000..a62df098e
--- /dev/null
+++ b/homebrew/dhcpdump/_metadata/homepage
@@ -0,0 +1 @@
+https://www.mavetju.org/
diff --git a/homebrew/dhcpdump/_metadata/name b/homebrew/dhcpdump/_metadata/name
new file mode 100644
index 000000000..440743eb2
--- /dev/null
+++ b/homebrew/dhcpdump/_metadata/name
@@ -0,0 +1 @@
+Dhcpdump
diff --git a/homebrew/dhcpdump/_metadata/version b/homebrew/dhcpdump/_metadata/version
new file mode 100644
index 000000000..625934097
--- /dev/null
+++ b/homebrew/dhcpdump/_metadata/version
@@ -0,0 +1 @@
+1.8
diff --git a/homebrew/dhcpdump/download.sh b/homebrew/dhcpdump/download.sh
new file mode 100755
index 000000000..8105a18d5
--- /dev/null
+++ b/homebrew/dhcpdump/download.sh
@@ -0,0 +1 @@
+wget https://www.mavetju.org/download/dhcpdump-1.8.tar.gz || wget https://mirrors.kernel.org/debian/pool/main/d/dhcpdump/dhcpdump_1.8.orig.tar.gz \ No newline at end of file