luaposix-33.4.0.ebuild 504 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Bindings for POSIX APIs"
  5. HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix"
  6. SRC_URI="https://github.com/luaposix/luaposix/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
  7. SLOT="0"
  8. LICENSE="public-domain"
  9. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  10. IUSE=""
  11. RDEPEND="dev-lang/lua:0="
  12. DEPEND="${RDEPEND}"
  13. S="${WORKDIR}"/${PN}-release-v${PV}