nushell: raw-cpuid only for x86, set archs properly
This commit is contained in:
parent
a530b8a71b
commit
bc803e41a2
|
@ -2,6 +2,10 @@
|
||||||
pkgname=nushell
|
pkgname=nushell
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=1
|
revision=1
|
||||||
|
# raw-cpuid does not support other archs
|
||||||
|
# https://github.com/nushell/nushell/issues/485
|
||||||
|
# remove when the issue is fixed (should fix all archs)
|
||||||
|
archs="x86_64* i686*"
|
||||||
wrksrc="nu-${version}"
|
wrksrc="nu-${version}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,10 +17,6 @@ homepage="https://www.nushell.sh/"
|
||||||
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
|
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
|
||||||
checksum=882549e55b418f11a56a5ed0c528268338d9af9fee88c8b9e0be0dcd4169d238
|
checksum=882549e55b418f11a56a5ed0c528268338d9af9fee88c8b9e0be0dcd4169d238
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
|
||||||
aarch64*|arm*) broken="ARM is not supported right now: https://github.com/nushell/nushell/issues/485"
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue