dev-lua/luadoc - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-lua/luadoc-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lua/luadoc-9999

Or alternatively:

emerge --autounmask-write -a =dev-lua/luadoc-9999

Package Information

Description:
LuaDoc is obsolete, use LDoc instead
Homepage:
https://github.com/keplerproject/luadoc
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DESCRIPTION="LuaDoc is obsolete, use LDoc instead"
HOMEPAGE="https://github.com/keplerproject/luadoc"

LICENSE="MIT"
SLOT="0"

pkg_pretend() {
	die "LuaDoc is obsolete, use LDoc instead."
}