hcxdumptool: initial commit, v6.1.3

This commit is contained in:
Alexandr Savca 2020-11-23 13:35:53 +02:00
parent c0616dbf61
commit 6b908c3e23
3 changed files with 24 additions and 0 deletions

4
hcxdumptool/.footprint Normal file
View File

@ -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

5
hcxdumptool/.signature Normal file
View File

@ -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

15
hcxdumptool/Pkgfile Normal file
View File

@ -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
}