summaryrefslogtreecommitdiff
blob: e97417cd43c9fed44ba483cb82c0d2ca0d7763e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2016 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"

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
}