summaryrefslogtreecommitdiff
path: root/net-libs/libre-graph-api-cpp-qt-client
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libre-graph-api-cpp-qt-client')
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/Manifest3
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild18
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/metadata.xml11
3 files changed, 32 insertions, 0 deletions
diff --git a/net-libs/libre-graph-api-cpp-qt-client/Manifest b/net-libs/libre-graph-api-cpp-qt-client/Manifest
new file mode 100644
index 000000000000..1da0005cdaa5
--- /dev/null
+++ b/net-libs/libre-graph-api-cpp-qt-client/Manifest
@@ -0,0 +1,3 @@
+DIST libre-graph-api-cpp-qt-client-1.0.4.tar.gz 118205 BLAKE2B d48eee996a3fb5160dfbca799122d50a0b6e43ad1a121fcbf8bd9a2543b5364878055b5d5d0f230ca5c69ff8cf94986f3b1fc216211458210ede1c444423edea SHA512 1e7a190abb92c9f3a5d4de8f6c1c3b8c2f8bd2c037e104fc869db8c6eab40eb878e51a627946cdf944ad768db31969e9776d14df3590e30ca3a2be5de0c722b5
+EBUILD libre-graph-api-cpp-qt-client-1.0.4.ebuild 551 BLAKE2B 9a6045752758a64f15248145350164cdfc2ec980eefbffbfaf7055589372bddc541e842ace89a7463baf8e2a7111f41bff10efb67a75fe346ef33d691af27873 SHA512 b16069d596be4e13346bee9a11b4cc31580d61fbc12a602577f658de236c45b4211a84bc4143488126a148e4d09986aca88a84c959bd42dc0412bbf0d066ea82
+MISC metadata.xml 356 BLAKE2B 5c3799e907fa6ee37d124a7be79231fc775f2a6bbbf719430e99ae32a6a05881e8f7a7239a96647bfc5b38aa25f451e2618bfa7fe6a5e7036afb452e3dfeb816 SHA512 6b22d9a98a2b3d19dc6d1d94faa65a060d45e5326257a0b0933ef2d92bc2dcd6cc46d06ad634ea63eca5919685fc6740c2b25abf01a98a10a2e27c7ffa708f8b
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}"
diff --git a/net-libs/libre-graph-api-cpp-qt-client/metadata.xml b/net-libs/libre-graph-api-cpp-qt-client/metadata.xml
new file mode 100644
index 000000000000..71c9310e4e84
--- /dev/null
+++ b/net-libs/libre-graph-api-cpp-qt-client/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">owncloud/libre-graph-api-cpp-qt-client</remote-id>
+ </upstream>
+</pkgmetadata>