diff options
author | 2019-01-06 01:47:41 +0700 | |
---|---|---|
committer | 2019-01-06 01:47:41 +0700 | |
commit | 3cc8b2e8c540c06124d01d9b1c084900c7d02f49 (patch) | |
tree | 3203e4c75b26c81d1874e66531efe53e9866eebc /dev-lua/penlight | |
parent | msgpack: bye (diff) | |
download | lua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.tar.gz lua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.tar.bz2 lua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.zip |
moo
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
Diffstat (limited to 'dev-lua/penlight')
-rw-r--r-- | dev-lua/penlight/penlight-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/penlight/penlight-9999.ebuild b/dev-lua/penlight/penlight-9999.ebuild index 9ceebc0..ddb5ba6 100644 --- a/dev-lua/penlight/penlight-9999.ebuild +++ b/dev-lua/penlight/penlight-9999.ebuild @@ -8,7 +8,7 @@ GITHUB_A="stevedonovan" inherit lua -DESCRIPTION="A set of pure Lua libraries focusing on input data handling, functional programming and OS path management." +DESCRIPTION="Libraries for input handling, functional programming and OS path management." HOMEPAGE="https://github.com/stevedonovan/Penlight" LICENSE="MIT" @@ -23,8 +23,8 @@ DEPEND=" doc? ( dev-lua/ldoc ) " -HTML_DOCS=(html/.) -DOCS=(README.md CHANGES.md CONTRIBUTING.md) +#HTML_DOCS=(html/.) +DOCS=(README.md CONTRIBUTING.md) EXAMPLES=(examples/.) all_lua_compile() { |