You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
467 B
14 lines
467 B
################################################################################
|
|
#
|
|
# lua-lunix
|
|
#
|
|
################################################################################
|
|
|
|
LUA_LUNIX_VERSION_UPSTREAM = 20170920
|
|
LUA_LUNIX_VERSION = $(LUA_LUNIX_VERSION_UPSTREAM)-1
|
|
LUA_LUNIX_NAME_UPSTREAM = lunix
|
|
LUA_LUNIX_SUBDIR = lunix-rel-$(LUA_LUNIX_VERSION_UPSTREAM)
|
|
LUA_LUNIX_LICENSE = MIT
|
|
LUA_LUNIX_LICENSE_FILES = $(LUA_LUNIX_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|
|
|