diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-15 09:50:41 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-15 09:50:41 +0000 |
commit | 4a35acc8a877de8a7e3eb242ce17350c437dcb58 (patch) | |
tree | 6c226529b0e835f2f3550a6c979b31f57907e2fc | |
parent | 7f0820fae8c62e83294948ef2ec8c4a9bacedc75 (diff) | |
download | contrib-4a35acc8a877de8a7e3eb242ce17350c437dcb58.tar.gz contrib-4a35acc8a877de8a7e3eb242ce17350c437dcb58.tar.xz |
hcxdumptool: deleted unmaintained port
-rw-r--r-- | hcxdumptool/.footprint | 4 | ||||
-rw-r--r-- | hcxdumptool/.signature | 5 | ||||
-rw-r--r-- | hcxdumptool/Pkgfile | 15 |
3 files changed, 0 insertions, 24 deletions
diff --git a/hcxdumptool/.footprint b/hcxdumptool/.footprint deleted file mode 100644 index 66d8339fc..000000000 --- a/hcxdumptool/.footprint +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index d2db9e847..000000000 --- a/hcxdumptool/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30wn7OoUTI9nSI4BRjjMz6b7suXF37QiyEIQLTW88u9TrbQBA16ugBD2hAiV1a0gzFhMiq/YecFLMs5VxtTpogc= -SHA256 (Pkgfile) = f8c45e28160022b3546173d1625689ff1d6beae8bb13852067db5ec09a377eed -SHA256 (.footprint) = 2c32e707c912ffff85cb551e618476adb705ac4a872e677c642768987d988dde -SHA256 (hcxdumptool-6.1.5.tar.gz) = 6a2697b871778a9ef21ea0922445d532109c3fc95af08474673044d43b090c6c diff --git a/hcxdumptool/Pkgfile b/hcxdumptool/Pkgfile deleted file mode 100644 index bb27315e4..000000000 --- a/hcxdumptool/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Capture packets from wlan devices -# URL: https://github.com/ZerBea/hcxdumptool -# Maintainer: UNMAINTAINED -# Depends on: openssl - -name=hcxdumptool -version=6.1.5 -release=1 -source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz) - -build() { - cd $name-$version - - make BINDIR=$PKG/usr/bin install -} |