summaryrefslogtreecommitdiff
blob: 41d9c338576ccb97ea84bd7dda4f53801daa2c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit cmake-utils git-r3

DESCRIPTION="OpenXLSX is a C++ library for reading, writing, creating and modifying Microsoft Excel files, with the .xlsx format"
HOMEPAGE="https://github.com/troldal/OpenXLSX"
SRC_URI=""

LICENSE="BSD"
SLOT="0"
KEYWORDS=""

RDEPEND="dev-libs/pugixml
	dev-libs/libzip"
DEPEND=""

EGIT_REPO_URI="https://github.com/troldal/OpenXLSX.git"