ktalk.sh 415 Bytes
Newer Older
1 2
#!/bin/sh

3
PKGNAME=ktalk
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Контур.Толк (ktalk) from the official site"
7
URL="https://kontur.ru/talk"
8 9 10

. $(dirname $0)/common.sh

11
warn_version_is_not_supported
12

Vitaly Lipatov's avatar
Vitaly Lipatov committed
13
PKGURL="https://app.ktalk.ru/system/dist/download/linux"
14

15 16
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget || fatal
17 18 19
export EGET_BACKEND=wget

install_pack_pkgurl