Package Details: hcxtools-git 4.2.1.r1.g74f5eb4-1

Git Clone URL: https://aur.archlinux.org/hcxtools-git.git (read-only, click to copy)
Package Base: hcxtools-git
Description: Portable solution for capturing wlan traffic and conversion to hashcat and jtr formats
Upstream URL: https://github.com/ZerBea/hcxtools
Licenses: MIT
Conflicts: hcxtools
Provides: hcxtools
Submitter: codyps
Maintainer: codyps (dreieck)
Last Packager: codyps
Votes: 3
Popularity: 0.005807
First Submitted: 2018-08-05 12:44 (UTC)
Last Updated: 2018-08-08 03:34 (UTC)

Required by (3)

Sources (1)

Latest Comments

codyps commented on 2018-08-08 03:35 (UTC)

These all seem like reasonable things, and I've added them.

dreieck commented on 2018-08-07 10:37 (UTC)

Also, consider to add =${pkgver} to the provides=-entry.

dreieck commented on 2018-08-07 10:28 (UTC) (edited on 2018-08-07 10:37 (UTC) by dreieck)

I added installation of the README, which contains a bit of documentation, to the PKGBUILD.

You may consider to add it to your package.

I added the folloing lines to the package()-function:

  for _docfile in README.md changelog; do
    install -D -v -m644 "${_docfile}" "${pkgdir}/usr/share/doc/${_bpn}/${_docfile}"
  done

  install -D -v -m644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"

(I know that installing the license.txt is not necessary, but I just decided to do it)