diff --git a/srcpkgs/hcxdumptool/template b/srcpkgs/hcxdumptool/template new file mode 100644 index 0000000000..f07ba897c9 --- /dev/null +++ b/srcpkgs/hcxdumptool/template @@ -0,0 +1,17 @@ +# 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 + +post_install() { + vlicense ${wrksrc}/license.txt +}