icq.sh 427 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#!/bin/sh

PKGNAME=icq
SUPPORTEDARCHES="x86_64"
DESCRIPTION="ICQ for Linux from the official site"

. $(dirname $0)/common.sh

# TODO:
# $ curl -H Snap-Device-Series:16 https://api.snapcraft.io/v2/snaps/info/icq-im
VERSION="10.0" #10.0.11121

PKGURL="https://icq-www.hb.bizmrg.com/linux/x64/icq.tar.xz"
PKGFILE="/tmp/$PKGNAME-$VERSION.tar.xz"

epm tool eget -O $PKGFILE $PKGURL || exit

epm install --repack "$PKGFILE" || exit