diff --git a/srcpkgs/vectorscan/template b/srcpkgs/vectorscan/template index eb906e95482..0b5802f3121 100644 --- a/srcpkgs/vectorscan/template +++ b/srcpkgs/vectorscan/template @@ -14,6 +14,10 @@ changelog="https://github.com/VectorCamp/vectorscan/blob/develop/CHANGELOG-vecto distfiles="https://github.com/VectorCamp/vectorscan/archive/refs/tags/vectorscan/${version}.tar.gz" checksum=905f76ad1fa9e4ae0eb28232cac98afdb96c479666202c5a4c27871fb30a2711 +case "$XBPS_TARGET_MACHINE" in + armv*|i686*) broken="needs simd, simde support in next version" ;; +esac + post_install() { vlicense COPYING }