#!/bin/shPKGNAME=icqSUPPORTEDARCHES="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-imVERSION="10.0"#10.0.11121PKGURL="https://icq-www.hb.bizmrg.com/linux/x64/icq.tar.xz"PKGFILE="/tmp/$PKGNAME-$VERSION.tar.xz"epm tool eget -O$PKGFILE$PKGURL||exitepm install--repack"$PKGFILE"||exit