contrib/hcxdumptool/Pkgfile

16 lines
378 B
Plaintext
Raw Normal View History

2020-11-23 12:35:53 +01:00
# 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
2021-01-14 11:30:47 +01:00
version=6.1.5
2020-11-23 12:35:53 +01:00
release=1
source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
2021-01-14 11:30:47 +01:00
make BINDIR=$PKG/usr/bin install
2020-11-23 12:35:53 +01:00
}