hashcat: not supported on BE

This commit is contained in:
q66 2020-01-04 22:40:37 +01:00
parent ca77cfff8d
commit 7ff5ccad9b

View file

@ -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
}