#!/bin/sh
PKGNAME=ktalk
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Контур.Толк (ktalk) from the official site"
URL="https://kontur.ru/talk"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://app.ktalk.ru/system/dist/download/linux"
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget || fatal
export EGET_BACKEND=wget
install_pack_pkgurl
-
Vitaly Lipatov authored
epm play.d/common.sh: implement install_pkgurl and install_pack_pkgurl and use it (repack rpm packages for any distro)
155cb2e9