Commit 6504b927 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add alteroffice (eterbug #17332)

parent 9407334b
#!/bin/sh
PKGNAME=alteroffice
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='AlterOffice from the official site'
URL="https://alteroffice.ru/"
BASEVER="3.0"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case $(epm print info -s) in
alt)
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 ;;
esac
epm install "http://repo.alter-os.ru/testing/AlterOffice/v$BASEVER/linux/x64/$distr" --scripts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment