summaryrefslogtreecommitdiff
path: root/hcxdumptool/Pkgfile
blob: bb27315e43897c701d9d5d628077a5d8049d677f (plain)
    1 # Description: Capture packets from wlan devices
    2 # URL:         https://github.com/ZerBea/hcxdumptool
    3 # Maintainer:  UNMAINTAINED
    4 # Depends on:  openssl
    5 
    6 name=hcxdumptool
    7 version=6.1.5
    8 release=1
    9 source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	make BINDIR=$PKG/usr/bin install
   15 }

Generated by cgit