summaryrefslogtreecommitdiff
path: root/hcxdumptool
diff options
context:
space:
mode:
Diffstat (limited to 'hcxdumptool')
-rw-r--r--hcxdumptool/.footprint4
-rw-r--r--hcxdumptool/.signature5
-rw-r--r--hcxdumptool/Pkgfile15
3 files changed, 24 insertions, 0 deletions
diff --git a/hcxdumptool/.footprint b/hcxdumptool/.footprint
new file mode 100644
index 000000000..66d8339fc
--- /dev/null
+++ b/hcxdumptool/.footprint
@@ -0,0 +1,4 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/hcxdumptool
+-rwxr-xr-x root/root usr/bin/hcxpioff
diff --git a/hcxdumptool/.signature b/hcxdumptool/.signature
new file mode 100644
index 000000000..40134c30b
--- /dev/null
+++ b/hcxdumptool/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3zukAIdwRNPudz8TpXZBBa0x1LPrycpVg4YIlXKAw9w3hrY6tDvw7y8FRurxuRcHruMGgPsO4mID0K4BwSV5Vw8=
+SHA256 (Pkgfile) = c12c0635c749aac3a8732c06f1a87e1345421f8ac5c4da4f18f9b6981f28677d
+SHA256 (.footprint) = 2c32e707c912ffff85cb551e618476adb705ac4a872e677c642768987d988dde
+SHA256 (hcxdumptool-6.1.3.tar.gz) = 30392df85f2ecf2f333a49eedd1348fcf11920d5ed1eb59ea389470bf99d27fb
diff --git a/hcxdumptool/Pkgfile b/hcxdumptool/Pkgfile
new file mode 100644
index 000000000..3b44f98d3
--- /dev/null
+++ b/hcxdumptool/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Capture packets from wlan devices
+# URL: https://github.com/ZerBea/hcxdumptool
+# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
+# Depends on: openssl
+
+name=hcxdumptool
+version=6.1.3
+release=1
+source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ make INSTALLDIR=$PKG/usr/bin install
+}

Generated by cgit