dev-libs/libregraph-qt - 1.0.4 (ace)

Search

Install

Install this version:

emerge -a =dev-libs/libregraph-qt-1.0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/libregraph-qt-1.0.4

Or alternatively:

emerge --autounmask-write -a =dev-libs/libregraph-qt-1.0.4

Package Information

Description:
Libre Graph API C++/Qt Client
Homepage:
https://github.com/owncloud/libre-graph-api-cpp-qt-client
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Libre Graph API C++/Qt Client"
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
		-> ${P}.tar.gz
"
S="${WORKDIR}/libre-graph-api-cpp-qt-client-${PV}/client"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT=""

RDEPEND="
	virtual/zlib:=
"
DEPEND="
	${RDEPEND}
	dev-qt/qtbase:6[network]
"
BDEPEND=""

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/libregraph-qt | euse -E <flag> -p dev-libs/libregraph-qt | euse -D <flag> -p dev-libs/libregraph-qt

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	virtual/zlib:=

	dev-qt/qtbase:6[network]

RDEPEND

	virtual/zlib:=

Manifest for 1.0.4

Type File Size Source URLs
DIST libregraph-qt-1.0.4.tar.gz 118205 bytes https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v1.0.4.tar.gz