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