odrling-overlay/dev-lua/linotify/linotify-9999.ebuild

31 lines
452 B
Bash
Raw Normal View History

2020-06-10 16:08:39 +00:00
# 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
}