1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# lua-std-normalize 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLUA_STD_NORMALIZE_VERSION_UPSTREAM = 2.0.3 8*4882a593SmuzhiyunLUA_STD_NORMALIZE_VERSION = $(LUA_STD_NORMALIZE_VERSION_UPSTREAM)-1 9*4882a593SmuzhiyunLUA_STD_NORMALIZE_NAME_UPSTREAM = std.normalize 10*4882a593SmuzhiyunLUA_STD_NORMALIZE_SUBDIR = normalize-$(LUA_STD_NORMALIZE_VERSION_UPSTREAM) 11*4882a593SmuzhiyunLUA_STD_NORMALIZE_LICENSE = MIT 12*4882a593SmuzhiyunLUA_STD_NORMALIZE_LICENSE_FILES = $(LUA_STD_NORMALIZE_SUBDIR)/LICENSE.md 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun$(eval $(luarocks-package)) 15