#!/bin/shPKGNAME=far2l-portableSUPPORTEDARCHES="x86_64 x86 aarch64"DESCRIPTION="FAR2L Portable from the official site".$(dirname$0)/common.sharch=$(epm print info -a)case$archinx86_64)arch="amd64";; x86)arch="i386";; aarch64)arch=$arch;;*) fatal "Unsupported arch $arch for $(epm print info -d)"esac