summaryrefslogtreecommitdiff
blob: 2cb3be4b159ed4cd3a35b70b40220a34c4ae9e67 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

VCS="git"
GITHUB_A="jjensen"
inherit lua

DESCRIPTION="a Lua module for reading .xlsx files"
HOMEPAGE="https://github.com/jjensen/lua-xlsx"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="doc examples"

DOCS=(readme.md doc/us/index.md)
HTML_DOCS=(doc/us/{index,license}.html doc/us/doc.css)
EXAMPLES=(tests/.)

each_lua_install() {
	dolua xlsx.lua
}