add linotify

This commit is contained in:
odrling 2020-06-10 18:08:39 +02:00
parent fd27b92e3c
commit 11d58a6f9c
2 changed files with 44 additions and 0 deletions

View File

@ -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
}

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE
pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo-overlay@mva.name</email>
<description>If you have any issues, please contact me via
e-mail, jabber (mva@), or IRC (FreeNode, RusNet,
OFTC)</description>
<name>Vadim A. Misbakh-Soloviov</name>
</maintainer>
<longdescription>Long description of the
package</longdescription>
</pkgmetadata>