#!/bin/shPKGNAME=vk-messengerSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION="VK Messenger from the official site"URL="https://vk.me/app".$(dirname$0)/common.shpkgtype="$(epm print info -p)"case"$pkgtype"inrpm|deb);;*)pkgtype="deb";;esacPKGURL=$(epm tool eget --list--latest"$URL""$PKGNAME.$pkgtype")repack=''["$(epm print info -s)"="alt"]&&repack='--repack'epm $repackinstall$PKGURL