mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
biosdisk: mark broken outside of x86
This commit is contained in:
parent
0ab6ed2082
commit
7a3d9e0bd2
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@ license="GPL-2.0"
|
||||||
homepage="https://github.com/dell/biosdisk"
|
homepage="https://github.com/dell/biosdisk"
|
||||||
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
||||||
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*|x86_64*) ;;
|
||||||
|
*) broken="only for x86";;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue