mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ProcDump-for-Linux: nocross for aarch64*
This commit is contained in:
parent
7b1cb97f79
commit
d4cad5dc57
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://github.com/Microsoft/ProcDump-for-Linux"
|
|||
distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz"
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue