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

EAPI="7"

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=""

PATCHES=("${FILESDIR}/install-enabled.patch"
	"${FILESDIR}/install-headers.patch"
	)

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