summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-12-18 12:57:42 +0100
committerJustin Lecher <jlec@gentoo.org>2016-12-23 10:57:46 +0100
commit7545975653cd9f278a99e4b6843c193187d94150 (patch)
treee79ce8e3c0cd0479f60049f6430d7078f28d5836 /dev-lua/luaposix/luaposix-33.4.0.ebuild
parentdev-libs/nss: Removed old. (diff)
downloadgentoo-7545975653cd9f278a99e4b6843c193187d94150.tar.gz
gentoo-7545975653cd9f278a99e4b6843c193187d94150.tar.bz2
gentoo-7545975653cd9f278a99e4b6843c193187d94150.zip
dev-lua/luaposix: New package, ebuild written by me
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lua/luaposix/luaposix-33.4.0.ebuild')
-rw-r--r--dev-lua/luaposix/luaposix-33.4.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lua/luaposix/luaposix-33.4.0.ebuild b/dev-lua/luaposix/luaposix-33.4.0.ebuild
new file mode 100644
index 000000000000..7c2b4640aba1
--- /dev/null
+++ b/dev-lua/luaposix/luaposix-33.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${PN}-release-v${PV}