mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
MultiMC: set broken on arm*
This commit is contained in:
parent
787e912e30
commit
d9bd10a17a
1 changed files with 6 additions and 2 deletions
|
@ -16,13 +16,17 @@ maintainer="Spencer H <spencernh77@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://multimc.org"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
|
||||
https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
|
||||
https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
|
||||
https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
|
||||
https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
|
||||
checksum="3ec38a5f622048ba3926f0e20fb296d646c7848f8313143062b3e2bd273149ae
|
||||
36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
|
||||
ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
|
||||
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
||||
|
||||
case $XBPS_TARGET_ARCH in
|
||||
armv*) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/22077/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
|
||||
export PATH=$PATH:$JAVA_HOME/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue