19 lines
611 B
Bash
19 lines
611 B
Bash
# Template file for 'hcxdumptool'
|
|
pkgname=hcxdumptool
|
|
version=6.2.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="Small tool to capture packets from wlan devices"
|
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
|
license="MIT"
|
|
homepage="https://github.com/ZerBea/hcxdumptool/"
|
|
changelog="https://raw.githubusercontent.com/ZerBea/hcxdumptool/master/changelog"
|
|
distfiles="https://github.com/ZerBea/hcxdumptool/archive/${version}.tar.gz"
|
|
checksum=3131e9353ca0828b627136e88c8e5d83c7fc78b13164a25962ab584b9fe40af4
|
|
|
|
post_install() {
|
|
vlicense license.txt
|
|
}
|