From c6f268c003e9b0d9ba8ade3680b85ee870f6e359 Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Fri, 21 Aug 2020 11:20:52 +1000 Subject: [PATCH] New package: hcxdumptool-6.1.1 --- srcpkgs/hcxdumptool/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/hcxdumptool/template diff --git a/srcpkgs/hcxdumptool/template b/srcpkgs/hcxdumptool/template new file mode 100644 index 00000000000..cc94e5e2e09 --- /dev/null +++ b/srcpkgs/hcxdumptool/template @@ -0,0 +1,21 @@ +# 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 " +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 + +do_install() { + for bin in hcxdumptool hcxpioff; do + vbin ${wrksrc}/${build_wrksrc}/${bin} + vman ${wrksrc}/${build_wrksrc}/manpages/${bin}.1 + done + vlicense ${wrksrc}/license.txt +}