diff options
author | Igor Ulyanov <disinbox@gmail.com> | 2019-11-09 12:14:12 +0300 |
---|---|---|
committer | Igor Ulyanov <disinbox@gmail.com> | 2020-01-05 13:17:50 +0300 |
commit | 9711fc26fc6e27b6c47cba9cd60850884f853c59 (patch) | |
tree | a9b17121b89554eda85a246e37b5fb7a678922a6 | |
parent | libsodium removed (diff) | |
download | displacer-9711fc26fc6e27b6c47cba9cd60850884f853c59.tar.gz displacer-9711fc26fc6e27b6c47cba9cd60850884f853c59.tar.bz2 displacer-9711fc26fc6e27b6c47cba9cd60850884f853c59.zip |
openxlsx added
Signed-off-by: Igor Ulyanov <disinbox@gmail.com>
-rw-r--r-- | dev-libs/openxlsx/openxlsx-9999.ebuild | 21 |
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" |