diff --git a/dev-lua/linotify/linotify-9999.ebuild b/dev-lua/linotify/linotify-9999.ebuild new file mode 100644 index 0000000..a0b8612 --- /dev/null +++ b/dev-lua/linotify/linotify-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +IS_MULTILIB=true +VCS="git" +GITHUB_A="hoelzro" + +inherit lua + +DESCRIPTION="inotify bindings for Lua" +HOMEPAGE="https://github.com/hoelzro/linotify" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="virtual/libc" + +DOCS=(README.md) + +each_lua_compile() { + lua_default LUAPKG_CMD="${lua_impl}" +} + +each_lua_install() { + dolua inotify.so +} diff --git a/dev-lua/linotify/metadata.xml b/dev-lua/linotify/metadata.xml new file mode 100644 index 0000000..39018c4 --- /dev/null +++ b/dev-lua/linotify/metadata.xml @@ -0,0 +1,14 @@ + + + + + gentoo-overlay@mva.name + If you have any issues, please contact me via + e-mail, jabber (mva@), or IRC (FreeNode, RusNet, + OFTC) + Vadim A. Misbakh-Soloviov + + Long description of the + package +