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

EAPI=6

VCS="git"
LUA_COMPAT="lua51 lua52 lua53 luajit2"
GITHUB_A="mpeterv"

inherit lua

DESCRIPTION="Feature-rich command line parser for Lua "
HOMEPAGE="https://github.com/mpeterv/argparse"

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

DOCS=(README.md)

each_lua_install() {
	dolua "src/${PN}.lua"
}