diff options
Diffstat (limited to 'hcxdumptool/Pkgfile')
-rw-r--r-- | hcxdumptool/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
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 -} |