Github messages for voidlinux
 help / color / mirror / Atom feed
From: felix <felix@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: hcxtools-6.1.1
Date: Wed, 16 Sep 2020 13:03:35 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24939@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by felix against master on the void-packages repository

https://github.com/felix/void-packages hcxtools
https://github.com/void-linux/void-packages/pull/24939

New package: hcxtools-6.1.1


A patch file from https://github.com/void-linux/void-packages/pull/24939.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hcxtools-24939.patch --]
[-- Type: text/x-diff, Size: 1460 bytes --]

From d6bc94fe3b118bc0b0443e552586f1f019ea33dc Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Wed, 16 Sep 2020 21:01:41 +1000
Subject: [PATCH] New package: hcxtools-6.1.1

---
 srcpkgs/hcxtools/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/hcxtools/template

diff --git a/srcpkgs/hcxtools/template b/srcpkgs/hcxtools/template
new file mode 100644
index 00000000000..c809b6a92cf
--- /dev/null
+++ b/srcpkgs/hcxtools/template
@@ -0,0 +1,25 @@
+# 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
+
+do_install() {
+	for bin in hcxpcapngtool hcxhashtool hcxpsktool hcxwltool hcxhash2cap \
+		wlancap2wpasec whoismac; do
+		vbin ${wrksrc}/${build_wrksrc}/${bin}
+	done
+	for bin in hcxpcapngtool hcxhashtool hcxpsktool hcxhash2cap \
+		wlancap2wpasec; do
+		vman ${wrksrc}/${build_wrksrc}/manpages/${bin}.1
+	done
+	vlicense ${wrksrc}/license.txt
+}

             reply	other threads:[~2020-09-16 11:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16 11:03 felix [this message]
2020-10-09 17:08 ` [PR PATCH] [Closed]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24939@inbox.vuxu.org \
    --to=felix@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).