I attempted to build an updated package, here is my PKGBUILD. It seems to work well.
pkgname=forticlient_vpn
pkgver=7.2.2.0753
pkgrel=1
pkgdesc="An fortinet sslvpn application"
arch=('x86_64')
url="https://www.forticlient.com"
license=('custom')
groups=()
provides=(forticlient_vpn)
depends=('libxss' 'libsecret' 'alsa-lib' 'libnotify' 'gtk3' 'nss' 'libxcrypt-compat' 'libappindicator-gtk2')
backup=('etc/forticlient/config.db')
options=('!strip' '!emptydirs')
source=("http://mirror.previder.nl/deb/pool/main/${pkgname}_${pkgver}_amd64.deb")
sha512sums=('54be417d5b965553ac1a09c374c366fa21237fe784dd8855d5a531611b2a77665ecb0eacc1c0148da62b9b57209a7b17713920cf52e7df366b0fd957d5d9341b')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
# Fix directory structure differences
cd "${pkgdir}"
mkdir -p usr/lib 2> /dev/null; mv lib/* usr/lib; rm -rf lib
mkdir -p var/lib/forticlient
cd ..
}
Pinned Comments
douglasimcabral commented on 2022-11-10 15:37 (UTC) (edited on 2023-03-10 00:41 (UTC) by douglasimcabral)
Community,
The Fortinet provides two products, "FortiClient EMS" and "FortiClient VPN only". This package only correspond to "FortiClient VPN only" and your lastest version is 7.0.7.0246 at 03-09-2023.
If you are interested in "FortiClient EMS", I suggest following the AUR package 'forticlient' [https://aur.archlinux.org/packages/forticlient]