summaryrefslogtreecommitdiff
path: root/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-03-12 23:34:08 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2024-03-13 00:05:09 +0100
commitf619f3b5365da84246fcfbe05ab582b24b3f53f6 (patch)
tree942e350578e1b3e1525a5874d045f5c39cf5b12f /net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild
parent8b2bdf026784b4de610fc9d2f452bac4381ccb07 (diff)
downloadgentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.tar.gz
gentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.tar.bz2
gentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.zip
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 <voyageur@gentoo.org>
Diffstat (limited to 'net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild')
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild18
1 files changed, 18 insertions, 0 deletions
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}"