summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/openxlsx/openxlsx-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/openxlsx/openxlsx-9999.ebuild b/dev-libs/openxlsx/openxlsx-9999.ebuild
new file mode 100644
index 0000000..41d9c33
--- /dev/null
+++ b/dev-libs/openxlsx/openxlsx-9999.ebuild
@@ -0,0 +1,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"