Commit 03019bed authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add forticlient_vpn

parent e9ed9ccb
#!/bin/sh
PKGNAME=forticlient
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="FortiClient VPN-only from the official site"
URL="https://www.fortinet.com/support/product-downloads"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=forticlient-vpn
# TODO: get latest version
VERSION="7.4.3.1736"
arch="amd64"
PKGURL="https://filestore.fortinet.com/forticlient/downloads/forticlient_vpn_${VERSION}_$arch.deb"
install_pkgurl
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command fortivpn
mkdir -p var/lib/$PRODUCT
pack_dir /var/lib/$PRODUCT
remove_file $PRODUCTDIR/update
add_chromium_deps
add_libs_requires
fix_chrome_sandbox
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