From d70c85e44e25ddf6796f9922f122ba2a87c8540f Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Wed, 16 Sep 2020 21:01:41 +1000 Subject: [PATCH] New package: hcxtools-6.1.1 Closes: #24939 [via git-merge-pr] --- srcpkgs/hcxtools/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/hcxtools/template diff --git a/srcpkgs/hcxtools/template b/srcpkgs/hcxtools/template new file mode 100644 index 00000000000..4ff580c68f7 --- /dev/null +++ b/srcpkgs/hcxtools/template @@ -0,0 +1,17 @@ +# 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 " +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 +}