diff --git a/srcpkgs/hashcat/template b/srcpkgs/hashcat/template index da1dbae7ebe..2febf41f092 100644 --- a/srcpkgs/hashcat/template +++ b/srcpkgs/hashcat/template @@ -18,6 +18,10 @@ changelog="https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes distfiles="https://hashcat.net/files/hashcat-${version}.tar.gz" checksum=283beaa68e1eab41de080a58bb92349c8e47a2bb1b93d10f36ea30f418f1e338 +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="Not supported on big endian" +fi + post_extract() { sed '/^CC/d' -i src/Makefile }