mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
14
package/lua-inotify/lua-inotify.mk
Normal file
14
package/lua-inotify/lua-inotify.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-inotify
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_INOTIFY_VERSION_UPSTREAM = 0.5
|
||||
LUA_INOTIFY_VERSION = $(LUA_INOTIFY_VERSION_UPSTREAM)-1
|
||||
LUA_INOTIFY_NAME_UPSTREAM = inotify
|
||||
LUA_INOTIFY_SUBDIR = linotify-$(LUA_INOTIFY_VERSION_UPSTREAM)
|
||||
LUA_INOTIFY_LICENSE = MIT
|
||||
LUA_INOTIFY_LICENSE_FILES = $(LUA_INOTIFY_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user