ldoc-1.4.6.ebuild 505 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="A LuaDoc-compatible documentation generation system"
  5. HOMEPAGE="https://stevedonovan.github.io/ldoc/"
  6. SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. RDEPEND="dev-lua/penlight"
  12. DEPEND="${RDEPEND}"
  13. PATCHES=( "${FILESDIR}/${PN}-1.4.6-mkdir.patch" )
  14. S="${WORKDIR}/LDoc-${PV}"
  15. RESTRICT="test"