From 8ea6e43d2f65acbfda614dbd4635823d7605b6d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 18 May 2023 10:12:16 +0100 Subject: gentoo auto-resync : 18:05:2023 - 10:12:16 --- net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild (limited to 'net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild') diff --git a/net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild new file mode 100644 index 000000000000..807cee798b75 --- /dev/null +++ b/net-vpn/openfortivpn/openfortivpn-1.20.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools linux-info + +DESCRIPTION="Fortinet compatible VPN client" +HOMEPAGE="https://github.com/adrienverge/openfortivpn" +SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3-with-openssl-exception openssl" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/openssl:0= +