lua-inotify.mk 485 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # lua-inotify
  4. #
  5. ################################################################################
  6. LUA_INOTIFY_VERSION_UPSTREAM = 0.5
  7. LUA_INOTIFY_VERSION = $(LUA_INOTIFY_VERSION_UPSTREAM)-1
  8. LUA_INOTIFY_NAME_UPSTREAM = inotify
  9. LUA_INOTIFY_SUBDIR = linotify-$(LUA_INOTIFY_VERSION_UPSTREAM)
  10. LUA_INOTIFY_LICENSE = MIT
  11. LUA_INOTIFY_LICENSE_FILES = $(LUA_INOTIFY_SUBDIR)/COPYRIGHT
  12. $(eval $(luarocks-package))