From f619f3b5365da84246fcfbe05ab582b24b3f53f6 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 12 Mar 2024 23:34:08 +0100 Subject: net-libs/libre-graph-api-cpp-qt-client: new package, add 1.0.4 This is an unbundled dep for net-misc/owncloud-client Signed-off-by: Bernard Cafarelli --- .../libre-graph-api-cpp-qt-client-1.0.4.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild (limited to 'net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild') diff --git a/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild b/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild new file mode 100644 index 000000000000..51efb3492afb --- /dev/null +++ b/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="API for cloud collaboration inspired by the MS Graph API" +HOMEPAGE="https://github.com/owncloud/libre-graph-api-cpp-qt-client/" +SRC_URI="https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v${PV}.tar.gz -> libre-graph-api-cpp-qt-client-${PV}.tar.gz" + +S=${WORKDIR}/${P}/client +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND="dev-qt/qtbase:6[gui,ssl]" +RDEPEND="${DEPEND}" -- cgit v1.2.3