void-packages/srcpkgs/hcxtools/template
Felix Hanley d70c85e44e
New package: hcxtools-6.1.1
Closes: #24939 [via git-merge-pr]
2020-10-09 19:08:30 +02:00

18 lines
613 B
Bash

# Template file for 'hcxtools'
pkgname=hcxtools
version=6.1.1
revision=1
build_style=gnu-makefile
makedepends="libressl-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=b9830742cebaadf84679c478e8f9e7534f35f5318c243cba335dfccfddd75886
post_install() {
vlicense license.txt
}