Commit 874ea0b6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play.d: introduce warn_version_is_not_supported() and use it

parent e75c7ae7
......@@ -2,12 +2,13 @@
PKGNAME=1c-connect
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
# is not supported
VERSION="$2"
DESCRIPTION="1C Connect — Service & Help desk со встроенным удалённым доступом и мессенджером"
URL="https://1c-connect.com"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://updates.1c-connect.com/desktop/distribs/1C-Connect-Linux-x64.tar.gz"
epm pack --install $PKGNAME "$PKGURL"
......@@ -2,6 +2,7 @@
PKGNAME=aimp
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="AIMP (Wine based audio player) from the official site"
URL="https://www.aimp.ru/?do=download&os=linux"
......@@ -13,6 +14,7 @@ if ! is_command wine ; then
epm play wine || fatal
fi
warn_version_is_not_supported
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
......
......@@ -2,10 +2,13 @@
PKGNAME=aksusbd
SUPPORTEDARCHES="x86_64 x86 aarch64 armhf"
VERSION="$2"
DESCRIPTION="Sentinel LDK daemon (HASP) from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
#PKGURL="https://sd7.ascon.ru/Public/Utils/Sentinel%20HASP/Linux_driver/aksusbd_vlib46707.tar"
# Site: https://supportportal.gemalto.com/csm?id=kb_category&kb_category=f9ae29a44fb2c304873b69d18110c764
# 8.53 version
......
......@@ -3,10 +3,12 @@
PKGNAME=assistant
SKIPREPACK=1
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Assistant (Ассистент) from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch="$(epm print info -a)"
pkg="$(epm print info -p)"
......
......@@ -2,11 +2,14 @@
PKGNAME=audiorelay
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="AudioRelay from the official site"
URL="https://audiorelay.net"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION="0.27.5"
# https://audiorelay.net/downloads
......
......@@ -2,12 +2,14 @@
PKGNAME=bitrix24
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
VERSION="$2"
DESCRIPTION="Bitrix24 desktop client from the official site"
URL="https://www.bitrix24.ru/features/desktop.php"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
......
......@@ -2,11 +2,14 @@
PKGNAME=cascadeur
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Cascadeur - a physics‑based 3D animation software"
URL="https://cascadeur.com/download"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# keep worked version
VERSION="2022.3.1"
PKGURL="ipfs://Qma8WF8iPwgKNPM6UdZHWse4q1cTnPAvjMRkGsbbWYi18w?filename=cascadeur-linux.tgz"
......
......@@ -2,6 +2,7 @@
PKGNAME=google-chrome-stable
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="The popular and trusted web browser by Google (Stable Channel) from the official site"
. $(dirname $0)/common.sh
......
......@@ -2,11 +2,14 @@
PKGNAME=cnrdrvcups-ufr2-uk
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Canon UFR II Printer Driver for Linux from the official site"
URL="https://www.canon.ru/support/business-product-support/office_driver_guide/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cnrdrvcups-lb
PKGURL="https://gdlp01.c-wss.com/gds/8/0100007658/33/linux-UFRII-drv-v570-m17n-11.tar.gz"
......
......@@ -8,6 +8,7 @@ URL="https://www.commfort.com/ru/article-commfort-linux.shtml"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION="$(epm tool eget -O- https://www.commfort.com/ru/download.shtml | grep "Версия .* от .* г." | head -n2 | tail -n1 | sed -e 's|.*Версия ||' -e 's| от .*||')"
[ -n "$VERSION" ] || fatal "Can't get version."
......
......@@ -93,6 +93,10 @@ is_supported_arch()
return 1
}
warn_version_is_not_supported()
{
[ "$VERSION" = "*" ] || echo -e "\nWarning: Specifying the version is not supported by vendor. Downloading latest version ...\n"
}
get_latest_version()
{
......
......@@ -2,12 +2,14 @@
PKGNAME=docker-desktop
SUPPORTEDARCHES="x86_64 aarch64"
#VERSION="$2"
VERSION="$2"
DESCRIPTION="Docker Desktop from the official site"
URL="https://docs.docker.com/desktop/install/ubuntu/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
......
......@@ -2,11 +2,14 @@
PKGNAME=duckstation
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="DuckStation is an simulator/emulator of the Sony PlayStation(TM) from the official site"
URL="https://github.com/stenzek/duckstation/releases"
. $(dirname $0)/common.sh
warn_version_is_not_supported
file="DuckStation-x64.AppImage"
# TODO: preview, previous-latest
......
#!/bin/sh
PKGNAME=duplicati
VERSION="$2"
DESCRIPTION="Duplicati from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype="$(epm print info -p)"
# we have workaround for their postinstall script, so always repack rpm package
......
......@@ -2,10 +2,12 @@
PKGNAME=Autodesk_EAGLE
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="EAGLE (EDA software) from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION=9.6.2
IPFSHASH=Qmd38jJnTnUMUeJuKSDBGesqXF3SxEahUVZc6NUPyMKgj1
......
......@@ -2,6 +2,7 @@
PKGNAME=epson-printer-utility
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Epson Printer Utility - Linux Epson Printer Utility from the official site"
URL="http://support.epson.net/linux/Printer/LSB_distribution_pages/en/utility.php"
......@@ -13,9 +14,10 @@ case "$1" in
;;
esac
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
arch="$(epm print info -a)"
case "$pkgtype-$arch" in
......
#!/bin/sh
PKGNAME=epsonscan2
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Epson Scan 2 - Linux Scanner Driver from the official site"
URL="https://support.epson.net/linux/en/epsonscan2.php"
......@@ -17,6 +17,8 @@ esac
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
arch="$(epm print info -a)"
case "$pkgtype-$arch" in
......
......@@ -2,12 +2,13 @@
PKGNAME=express
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
VERSION="$2"
DESCRIPTION="eXpress client from the official site"
URL="https://express.ms/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKG="https://express.ms/download/deb"
epm install $PKG
......@@ -2,10 +2,12 @@
PKGNAME="far2l-portable"
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="FAR2L Portable from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL=$(epm tool eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l_x86_64.AppImage.tar")
[ -n "$PKGURL" ] || fatal "Can't get package URL"
......
......@@ -2,11 +2,13 @@
PKGNAME=firefox-nightly
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
VERSION="$2"
DESCRIPTION="Firefox nightly from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch=x86_64
VERSION="*"
......
......@@ -2,11 +2,14 @@
PKGNAME=flashplayer
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Adobe Flash Player from the official site"
URL="https://www.adobe.com/support/flashplayer/downloads.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION=32.0.0.465
PKGURL="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz"
......
......@@ -2,10 +2,12 @@
PKGNAME=ipera-client
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="FlyView Client from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
#PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-client*linux64.deb")"
PKG="https://flyviewvms.ru/distro/flyview-client.deb"
......
......@@ -2,10 +2,12 @@
PKGNAME=ipera-mediaserver
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="FlyView (Ipera) Server from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
#PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
PKG="https://flyviewvms.ru/distro/flyview-server.deb"
......
......@@ -2,11 +2,14 @@
PKGNAME=gitkraken
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="GitKraken Client from the official site"
URL="https://www.gitkraken.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
......
......@@ -2,6 +2,7 @@
PKGNAME=gitlab-runner
SUPPORTEDARCHES="armhf aarch64 x86 x86_64 ppc64le"
VERSION="$2"
DESCRIPTION='Gitlab runner'
. $(dirname $0)/common.sh
......
......@@ -8,6 +8,8 @@ URL="https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linu
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION=24.2.0.65
pkgtype="$(epm print info -p)"
......
......@@ -2,10 +2,13 @@
PKGNAME=jetbrains-toolbox
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="JetBrains Toolbox App from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://github.com/nagygergo/jetbrains-toolbox-install/blob/master/jetbrains-toolbox.sh
URL=$(epm tool eget -O- "https://data.services.jetbrains.com/products?code=TBA&release.type=eap%2Crc%2Crelease&fields=distributions%2Clink%2Cname%2Creleases" | epm --inscript tool json -b | grep '0,"releases",0,"downloads","linux","link"' | sed -e 's|.*[[:space:]]||')
......
......@@ -2,10 +2,12 @@
PKGNAME=ktalk
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Контур.Толк (ktalk) from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case "$(epm print info -d)" in
ALTLinux)
......
......@@ -2,11 +2,13 @@
PKGNAME=kyocera-sane
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Kyocera sane scanner support package"
URL="https://www.kyoceradocumentsolutions.eu/en/support/downloads.name-L2V1L2VuL21mcC9FQ09TWVNNNjIzMENJRE4=.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
URL="https://www.kyoceradocumentsolutions.de/content/download-center/de/drivers/all/SANE_Driver_zip.download.zip"
epm pack --install $PKGNAME "$URL"
......@@ -2,10 +2,12 @@
PKGNAME=kyodialog
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="KYOCERA Printing Package (Linux Universal Driver)"
. $(dirname $0)/common.sh
warn_version_is_not_supported
URL="https://www.kyoceradocumentsolutions.eu/content/download-center/eu/drivers/all/Linux_Universal_Driver_zip.download.zip"
......
......@@ -2,10 +2,13 @@
PKGNAME=lunacy
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Lunacy - Graphic Design Editor"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch="$(epm print info -a)"
case "$arch" in
......@@ -20,8 +23,6 @@ case "$arch" in
;;
esac
[ "$VERSION" = "*" ] || fatal "versioning is not supported"
if ! is_glibc_enough 2.34 ; then
fatal "glibc is too old"
fi
......
......@@ -2,13 +2,15 @@
PKGNAME=mailruagent
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
VERSION="$2"
# is not supported
DESCRIPTION='' #"Mail.ru Agent for Linux from the official site"
URL="https://agent.mail.ru/linux"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION="*"
if [ "$VERSION" = "*" ] ; then
VERSION=$(eget -O- -H Snap-Device-Series:16 https://api.snapcraft.io/v2/snaps/info/agent | epm --inscript tool json -b | grep version | head -n1 | sed -e 's|.*"\([0-9.]*\)".*|\1|') || fatal "Can't get current version" #'
......
......@@ -2,10 +2,13 @@
PKGNAME=minecraft-launcher
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Minecraft launcher from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://www.minecraft.net/en-us/download
epm install "https://launcher.mojang.com/download/Minecraft.deb"
......@@ -2,10 +2,12 @@
PKGNAME=mobirise
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Mobirise - create awesome mobile-friendly websites!"
. $(dirname $0)/common.sh
# https://mobihtml.ru/
epm install "https://download.mobirise.com/MobiriseSetup.deb"
warn_version_is_not_supported
......@@ -3,6 +3,7 @@
PKGNAME=okular-csp
SKIPREPACK=1
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Okular GOST (free version) with CryptoPro support from the official site"
REPOURL="http://packages.lab50.net"
......@@ -17,6 +18,7 @@ esac
. $(dirname $0)/common.sh
warn_version_is_not_supported
# see
# https://okulargost.ru/info.html
......
......@@ -8,6 +8,8 @@ URL="https://www.sysnettechsolutions.com/en/download-cisco-packet-tracer/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# Closed by Cisco
case $VERSION in
8.2|8.2.0)
......
......@@ -2,6 +2,7 @@
PKGNAME=pantum
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="CUPS and SANE drivers for Pantum series printer and scanner"
URL="https://www.pantum.ru/support/download/driver/"
......@@ -12,6 +13,7 @@ fi
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://drivers.pantum.ru/userfiles/files/download/%E9%A9%B1%E5%8A%A8%E6%96%87%E4%BB%B6/2013/Pantum%20Ubuntu%20Driver%20V1_1_99-1.zip"
......
#!/bin/sh
PKGNAME=pfusp
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Ricoh SP-1120N / SP-1125N / SP-1130N Image Scanner Driver Linux from the official site"
URL="https://www.pfu.ricoh.com/global/scanners/fi/dl/agree/ubuntu-64-221-sp.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION=2.2.1
# check URL to upgrade the version
......
......@@ -2,11 +2,14 @@
PKGNAME=piktomir
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Piktomir ПиктоМир Младший брат КуМира"
URL="https://piktomir.ru/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://dl.piktomir.ru/PiktoMir-x86_64.AppImage"
# hack: original AppImage have no version
......
......@@ -8,6 +8,8 @@ URL="https://safing.io/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
repack=''
pkgtype="$(epm print info -p)"
......
......@@ -2,11 +2,14 @@
PKGNAME=postman
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION='Postman is an API platform for building and using APIs'
URL="https://www.postman.com"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case "$(epm print info -a)" in
x86_64)
arch="64" ;;
......
......@@ -2,11 +2,14 @@
PKGNAME=reaper
SUPPORTEDARCHES="x86_64 x86 armhf aarch64"
VERSION="$2"
DESCRIPTION='REAPER is a complete digital audio production application for computers, offering a full multitrack audio and MIDI recording, editing, processing, mixing and mastering toolset.'
URL="https://www.reaper.fm/index.php"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case "$(epm print info -a)" in
x86)
arch="i686" ;;
......
......@@ -2,11 +2,14 @@
PKGNAME=rememberthemilk
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='' # 'Remember the milk from the official site'
URL="https://www.rememberthemilk.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://www.rememberthemilk.com/services/linux/
PKGURL="https://www.rememberthemilk.com/services/linux/download/?os=ubuntu_64&subtype=1.3.11"
......
......@@ -8,6 +8,8 @@ URL="https://ridoclnx.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
......
......@@ -14,7 +14,7 @@ esac
. $(dirname $0)/common.sh
[ "$VERSION" = "*" ] && VERSION="[0-9]*"
warn_version_is_not_supported
repack=''
# change package name for downloading
......
......@@ -2,12 +2,14 @@
BASEPKGNAME=rupost-desktop
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
VERSION="$2"
DESCRIPTION="RuPost Desktop Personal from the official site"
URL="https://www.rupost.ru/desktop"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://www.rupost.ru/desktop/download/linux/"
epm install $PKGURL
......
#!/bin/sh
PKGNAME=sane-panakvs
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Panasonic Scanner Driver for Linux from the official site"
URL="https://panasonic.net/cns/pcc/support/scanner/linuxspanakvs.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION=1.7.0
arch="$(epm print info -a)"
......
......@@ -2,10 +2,12 @@
PKGNAME=sferum
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="Sferum for Linux from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch=$(epm print info --distro-arch)
case $arch in
......
......@@ -2,6 +2,7 @@
PKGNAME=sidequest
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='The SideQuest desktop application'
URL="https://sidequestvr.com/"
......
......@@ -2,6 +2,7 @@
PKGNAME=steam-launcher
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Steam Launcher (from the repository if the package is there, or from the official site)'
[ "$(epm print info -s)" = "alt" ] && REPOPKGNAME=i586-steam || REPOPKGNAME=steam
......@@ -10,6 +11,8 @@ epm installed $REPOPKGNAME && PKGNAME=$REPOPKGNAME
. $(dirname $0)/common.sh
warn_version_is_not_supported
if [ "$(epm print info -s)" = "alt" ] ; then
epm install $REPOPKGNAME || exit
epm play i586-fix
......
......@@ -2,11 +2,14 @@
PKGNAME=t1client-standalone
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="DSSL Trassir Client"
URL="https://confluence.trassir.com/pages/viewpage.action?pageId=36865118"
. $(dirname $0)/common.sh
warn_version_is_not_supported
case "$(epm print info -p)" in
rpm)
PKGURL="ipfs://QmarAX2ATvXaqFdar6t5ZYTi9yuVjmAKyS8AvBCJDWC92Z?filename=t1client-standalone-0.1.4.0.13209.rpm"
......
......@@ -2,10 +2,12 @@
PKGNAME=tamtam-app
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="TamTam messenger from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch="$(epm print info --debian-arch)"
case "$arch" in
......
......@@ -2,11 +2,14 @@
PKGNAME="teamviewer"
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Teamviewer from the official site"
URL="https://www.teamviewer.com/ru-cis/download/linux"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch=$(epm print info --distro-arch)
# See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=teamviewer
......
......@@ -2,11 +2,14 @@
PKGNAME=Todoist-linux
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Todoist client application from the official site'
URL="https://todoist.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://todoist.com/linux_app/appimage"
epm install $PKGURL
#!/bin/sh
PKGNAME=urserver
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="Unified Remote Server from the official site"
URL="https://www.unifiedremote.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype=$(epm print info -p)
arch="$(epm print info -a)"
case "$pkgtype-$arch" in
......
......@@ -4,10 +4,11 @@ PKGNAME=viber
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Viber for Linux from the official site"
URL="https://viber.com"
. $(dirname $0)/common.sh
[ "$VERSION" = "*" ] || fatal "Only latest Viber version is allowed"
warn_version_is_not_supported
PKGURL="https://download.cdn.viber.com/desktop/Linux/viber.AppImage"
......
......@@ -2,6 +2,7 @@
PKGNAME=virtualbox
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION='VirtualBox from the ALT repo'
. $(dirname $0)/common.sh
......
......@@ -8,6 +8,8 @@ URL="https://vk.me/app"
. $(dirname $0)/common.sh
warn_version_is_not_supported
pkgtype="$(epm print info -p)"
case "$pkgtype" in
rpm|deb)
......
......@@ -2,8 +2,10 @@
PKGNAME=vk-calls
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="VK Calls for Linux from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
epm install "https://vkcalls-native-ac.vk-apps.com/latest/vk-calls-amd64.deb" || exit
......@@ -2,10 +2,13 @@
PKGNAME=vkteams
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="VK Teams for Linux from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# TODO:
VERSION="1.0"
......
......@@ -5,9 +5,11 @@ DESCRIPTION="VueScan from the official site"
PKGNAME=vuescan
SUPPORTEDARCHES="x86_64 x86 aarch64 armhf"
VERSION="$2"
. $(dirname $0)/common.sh
warn_version_is_not_supported
arch="$(epm print info -a)"
case "$arch" in
......
......@@ -2,9 +2,11 @@
PKGNAME=xnconvert
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="XnConvert: Image Converter from the official site"
URL="https://www.xnview.com/en/xnconvert/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
epm install https://download.xnview.com/XnConvert-linux-x64.deb
......@@ -2,8 +2,10 @@
PKGNAME=xnview
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="XnView MP: Image management from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
epm install https://download.xnview.com/XnViewMP-linux-x64.deb
......@@ -8,6 +8,8 @@ DESCRIPTION="A visual programming language for microcontrollers"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://www.googleapis.com/download/storage/v1/b/releases.xod.io/o/v0.38.0%2Fxod-client-electron-0.38.0.x86_64.rpm?generation=1615553616000093&alt=media"
repack=''
......
......@@ -2,10 +2,12 @@
PKGNAME=yandex-disk
SUPPORTEDARCHES="x86_64 x86"
VERSION="$2"
DESCRIPTION="Yandex Disk from the official site"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://repo.yandex.ru/yandex-disk/yandex-disk_latest_amd64.deb
# https://repo.yandex.ru/yandex-disk/yandex-disk-latest.x86_64.rpm
......
......@@ -8,6 +8,8 @@ URL="https://yandex.ru/support/messenger/index.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="ipfs://Qma7e4MpopXpeoNnTsCXxx92q1oTrgJmz1aHjecvcEBNWx?filename=Yandex_Messenger_2.155.0_amd64.deb"
epm install --repack $PKGURL
\ No newline at end of file
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