From c7868b41492907be0264f39f292806fb73eb8c2f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 3 Feb 2023 14:18:41 -0500 Subject: [PATCH] New package: openfortivpn-webview-1.0.3 --- srcpkgs/openfortivpn-webview/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/openfortivpn-webview/template diff --git a/srcpkgs/openfortivpn-webview/template b/srcpkgs/openfortivpn-webview/template new file mode 100644 index 000000000000..d3c32d11422e --- /dev/null +++ b/srcpkgs/openfortivpn-webview/template @@ -0,0 +1,20 @@ +# Template file for 'openfortivpn-webview' +pkgname=openfortivpn-webview +version=1.0.3 +revision=1 +build_wrksrc=openfortivpn-webview-qt +build_style=qmake +hostmakedepends="qt5-qmake qt5-host-tools" +makedepends="qt5-core qt5-gui qt5-widgets qt5-webengine-devel qt5-declarative-devel + qt5-location-devel qt5-webchannel-devel" +short_desc="Retrieve SVPNCOOKIE for openfortivpn SAML SSO" +maintainer="classabbyamp " +license="MIT" +homepage="https://github.com/gm-vm/openfortivpn-webview" +distfiles="https://github.com/gm-vm/openfortivpn-webview/archive/refs/tags/v${version}-electron.tar.gz" +checksum=e3203a6273c199e89e6dbf17caec0e07de6a4f7682ada4f81a6272ca0bf8eb05 + +do_install() { + vbin openfortivpn-webview + vlicense ../LICENSE.txt +}