summaryrefslogtreecommitdiff
path: root/dev-lua/luaposix/luaposix-34.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luaposix/luaposix-34.0.4.ebuild')
-rw-r--r--dev-lua/luaposix/luaposix-34.0.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-lua/luaposix/luaposix-34.0.4.ebuild b/dev-lua/luaposix/luaposix-34.0.4.ebuild
new file mode 100644
index 0000000..0c940da
--- /dev/null
+++ b/dev-lua/luaposix/luaposix-34.0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Bindings for POSIX APIs"
+HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix"
+SRC_URI="https://github.com/luaposix/luaposix/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ dev-lang/lua:0=
+ dev-lang/lua-compat[bit32]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${PN}-release-v${PV}