#!/bin/shPKGNAME=alterofficeSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION='AlterOffice from the official site'URL="https://alteroffice.ru/"BASEVER="3.0".$(dirname$0)/common.shwarn_version_is_not_supportedcase$(epm print info -s)inalt)distr="AltLinux_x64/*.rpm";; rosa|redos)distr="rpm_x64/*.rpm";; debian|astra)distr="deb_x64/*.deb";; ubuntu)distr="ubuntu_x64/*.deb";;*) fatal $1 is not supported ;;esacepm install"http://repo.alter-os.ru/testing/AlterOffice/v$BASEVER/linux/x64/$distr"--scripts