vp-build/srcpkgs/hcxtools/template

19 lines
641 B
Bash

# Template file for 'hcxtools'
pkgname=hcxtools
version=6.2.0
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="openssl-devel libcurl-devel zlib-devel"
short_desc="Portable solution for conversion of cap/pcap/pcapng WiFi dump files"
maintainer="Felix Hanley <felix@userspace.com.au>"
license="MIT"
homepage="https://github.com/ZerBea/hcxtools/"
changelog="https://raw.githubusercontent.com/ZerBea/hcxtools/master/changelog"
distfiles="https://github.com/ZerBea/hcxtools/archive/${version}.tar.gz"
checksum=34435b08385ee23dbc1054e92e5b1a1637b352aa73fed301ef94b4b40a6165a1
post_install() {
vlicense license.txt
}