contrib/hcxtools/Pkgfile

16 lines
360 B
Plaintext
Raw Normal View History

2020-11-23 12:56:43 +01:00
# Description: Convert captured packets for hashcat or John the Ripper
# URL: https://github.com/ZerBea/hcxtools
2021-02-10 12:11:57 +01:00
# Maintainer: UNMAINTAINED
2020-11-23 12:56:43 +01:00
# Depends on: curl
name=hcxtools
2021-01-14 11:32:34 +01:00
version=6.1.5
2020-11-23 12:56:43 +01:00
release=1
source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/usr DESTDIR=$PKG install
}