You need to sign in or sign up before continuing.
pachca.sh 435 Bytes
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1 2 3 4 5
#!/bin/sh

PKGNAME=pachca
SUPPORTEDARCHES="x86_64"
VERSION="$2"
6 7
DESCRIPTION="Корпоративный мессенджер Пачка с официального сайта"
URL="https://github.com/pachca/pachca-desktop"
Vitaly Lipatov's avatar
Vitaly Lipatov committed
8 9 10 11 12 13

. $(dirname $0)/common.sh

arch="$(epm print info --debian-arch)"
file="${PKGNAME}_${VERSION}_$arch.deb"

14
PKGURL=$(eget --list --latest https://github.com/pachca/pachca-desktop/releases "$file")
Vitaly Lipatov's avatar
Vitaly Lipatov committed
15

16
install_pkgurl