commit:     c630500bd66c94b3ae0349ba2fa8d21190c20085
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Sat Apr 11 09:43:36 2015 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat Apr 11 09:43:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lua.git/commit/?id=c630500b

[dev-lua/html{,parser}] Added

Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>

 dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild | 33 +++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild 
b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
new file mode 100644
index 0000000..95af270
--- /dev/null
+++ b/dev-lua/lua-htmlparser/lua-htmlparser-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI=5
+
+inherit toolchain-funcs eutils git-r3
+
+DESCRIPTION="Parse HTML text into a tree of elements with selectors"
+HOMEPAGE="https://github.com/wscherphof/lua-htmlparser";
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/wscherphof/lua-htmlparser";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="luajit"
+
+DEPEND="
+       virtual/lua[luajit=]
+       virtual/pkgconfig
+"
+RDEPEND="
+       ${DEPEND}
+"
+
+src_install() {
+       local lua="lua";
+       use luajit && lua="luajit";
+       insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})"
+       doins -r src/*
+}

Reply via email to