mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
vectorscan: broken on arm*, i686* for now
This commit is contained in:
parent
dfb5a32010
commit
2ca6729c67
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue