Commit 2e8b57d2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add libicu56 (for ALT only)

parent ffe83682
#!/bin/sh
PKGNAME=libicu56
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION=""
. $(dirname $0)/common.sh
if [ "$(epm print info -s)" = "alt" ] ; then
PKGURL="http://ftp.basealt.ru/pub/distributions/archive/p8/date/2018/01/04/x86_64/RPMS.classic/libicu56-5.6.1-alt1.1.x86_64.rpm"
epm install $PKGURL
else
epm install libicu56
fi
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