ProcDump-for-Linux: nocross for aarch64*

This commit is contained in:
Juan RP
2019-11-24 13:28:44 +01:00
parent 7b1cb97f79
commit d4cad5dc57

View File

@@ -12,6 +12,10 @@ homepage="https://github.com/Microsoft/ProcDump-for-Linux"
distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz"
checksum=284b92a83ea7763b3edb5a300b8ef97c2c2a4a69c2efaca4822423b71c605a14 checksum=284b92a83ea7763b3edb5a300b8ef97c2c2a4a69c2efaca4822423b71c605a14
case "$XBPS_TARGET_MACHINE" in
aarch64*) nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/22835/steps/shell_3/logs/stdio";;
esac
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }