From f5911990bcb1b8f74c64c34485ff2959123098f3 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 15 Feb 2021 09:50:40 +0000 Subject: [PATCH] hcxtools: deleted unmaintained port --- hcxtools/.footprint | 22 ---------------------- hcxtools/.signature | 5 ----- hcxtools/Pkgfile | 15 --------------- 3 files changed, 42 deletions(-) delete mode 100644 hcxtools/.footprint delete mode 100644 hcxtools/.signature delete mode 100644 hcxtools/Pkgfile diff --git a/hcxtools/.footprint b/hcxtools/.footprint deleted file mode 100644 index a7b587eb0..000000000 --- a/hcxtools/.footprint +++ /dev/null @@ -1,22 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/hcxeiutool --rwxr-xr-x root/root usr/bin/hcxessidtool --rwxr-xr-x root/root usr/bin/hcxhash2cap --rwxr-xr-x root/root usr/bin/hcxhashcattool --rwxr-xr-x root/root usr/bin/hcxhashtool --rwxr-xr-x root/root usr/bin/hcxmactool --rwxr-xr-x root/root usr/bin/hcxpcapngtool --rwxr-xr-x root/root usr/bin/hcxpmkidtool --rwxr-xr-x root/root usr/bin/hcxpsktool --rwxr-xr-x root/root usr/bin/hcxwltool --rwxr-xr-x root/root usr/bin/whoismac --rwxr-xr-x root/root usr/bin/wlancap2wpasec -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/hcxhash2cap.1.gz --rw-r--r-- root/root usr/share/man/man1/hcxhashtool.1.gz --rw-r--r-- root/root usr/share/man/man1/hcxpcapngtool.1.gz --rw-r--r-- root/root usr/share/man/man1/hcxpsktool.1.gz --rw-r--r-- root/root usr/share/man/man1/wlancap2wpasec.1.gz diff --git a/hcxtools/.signature b/hcxtools/.signature deleted file mode 100644 index 309e33349..000000000 --- a/hcxtools/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30uUEkPSZyIDH0BNBNDvSKHs9h1Jh6FG9+1kp7RmXDS+zn4Ig+lX3+QN9SI/YaLPbILCQOBdYI8iZkzy8UlKYw4= -SHA256 (Pkgfile) = 515c4370a90401a072fd73c69019c26a0fa72a6a289f2bd10dac63c6021f9621 -SHA256 (.footprint) = 588d2c7acfeef4b5bdfecc9568400a3fb07272b79b87251457eb66c849edb042 -SHA256 (hcxtools-6.1.5.tar.gz) = 6229e46a1298ee6f883e25dafbf837fe6314476d4b3201e1ba63645569c862c7 diff --git a/hcxtools/Pkgfile b/hcxtools/Pkgfile deleted file mode 100644 index 729b5af0e..000000000 --- a/hcxtools/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Convert captured packets for hashcat or John the Ripper -# URL: https://github.com/ZerBea/hcxtools -# Maintainer: UNMAINTAINED -# Depends on: curl - -name=hcxtools -version=6.1.5 -release=1 -source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz) - -build() { - cd $name-$version - - make PREFIX=/usr DESTDIR=$PKG install -}