#!/bin/shPKGNAME=yandex-disk-indicatorSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION="Panel indicator (GUI) for YandexDisk CLI client for Linux"URL="https://github.com/slytomcat/yandex-disk-indicator".$(dirname$0)/common.shif["$VERSION"="*"];then# Get latest version from vendorVERSION="$(get_github_tag https://github.com/slytomcat/yandex-disk-indicator)"fiPKGURL="https://github.com/slytomcat/yandex-disk-indicator/archive/$VERSION.tar.gz"install_pack_pkgurl