18 lines
593 B
Bash
18 lines
593 B
Bash
|
# Template file for 'hcxdumptool'
|
||
|
pkgname=hcxdumptool
|
||
|
version=6.1.1
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
makedepends="libressl-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=f23b49422f2917982a232ccca3debca26727a80cebd0f9484700d0a382123a47
|
||
|
|
||
|
post_install() {
|
||
|
vlicense ${wrksrc}/license.txt
|
||
|
}
|