dev-lua/ldoc: New package

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3261
This commit is contained in:
Tomoya Tabuchi
2016-12-28 20:25:46 +09:00
committed by David Seifert
parent b4dac2f1c9
commit 644caaa00f
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/makefile
+++ b/makefile
@@ -6,6 +6,7 @@
ldoc:
install: install_parts
+ mkdir -p $(DESTDIR)$(LUA_BINDIR)
echo "lua $(LUA_SHAREDIR)/ldoc.lua \$$*" > $(DESTDIR)$(LUA_BINDIR)/ldoc
chmod +x $(DESTDIR)$(LUA_BINDIR)/ldoc