# Template file for 'hashcat' pkgname=hashcat version=3.40 revision=1 build_style=gnu-makefile make_build_args="LFLAGS=$LDFLAGS PREFIX=/usr" makedepends="gmp-devel opencl2-headers" short_desc="Advanced CPU-based password recovery utility" maintainer="Duncaen " license="MIT" homepage="https://hashcat.net/hashcat/" distfiles="https://github.com/hashcat/hashcat/archive/v${version}.tar.gz" checksum=d9d74a8fc4860e83c5bc006abcc54ee995c58654afacaf51294e1a6929980d48 CFLAGS="-W -Wall -std=c99 -Iinclude/ -Iinclude/lzma_sdk/ -IOpenCL/" pre_build() { sed -i \ -e 's|-ldl|-ldl $(LDFLAGS)|g' \ -e 's| -s$||g' \ -e '/-march=native/d' \ src/Makefile } post_install() { rm -f ${DESTDIR}/usr/share/docs/hashcat/license.txt vlicense docs/license.txt }