chromium-gost.sh 516 Bytes
Newer Older
1
#!/bin/sh
2

3
# filename does not contain -stable, but package name with -stable
4
PKGNAME=chromium-gost-stable
5
REPOPKGNAME=chromium-gost
6
SUPPORTEDARCHES="x86_64"
7
VERSION="$2"
8
DESCRIPTION="Chromium with GOST support from the official site"
9
URL="https://github.com/deemru/chromium-gost/"
10

11
. $(dirname $0)/common.sh
12

13
#arch=$(epm print info --distro-arch)
14 15 16
arch=amd64
pkgtype=deb

17
PKGURL="$(eget --list --latest https://github.com/deemru/chromium-gost/releases "chromium-gost-$VERSION-linux-$arch.$pkgtype")"
18

19
install_pkgurl