package/lua-std-normalize: new package

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas:
 - add entry to DEVELOPERS file
 - drop useless dependency in Config.in
 - fix path to license file
 - add hash of license file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2018-12-29 10:07:24 +08:00
committed by Thomas Petazzoni
parent 3f86a178ae
commit 43780ca1b2
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# lua-std-normalize
#
################################################################################
LUA_STD_NORMALIZE_VERSION_UPSTREAM = 2.0.2
LUA_STD_NORMALIZE_VERSION = $(LUA_STD_NORMALIZE_VERSION_UPSTREAM)-1
LUA_STD_NORMALIZE_NAME_UPSTREAM = std.normalize
LUA_STD_NORMALIZE_SUBDIR = normalize-$(LUA_STD_NORMALIZE_VERSION_UPSTREAM)
LUA_STD_NORMALIZE_LICENSE = MIT
LUA_STD_NORMALIZE_LICENSE_FILES = $(LUA_STD_NORMALIZE_SUBDIR)/LICENSE.md
$(eval $(luarocks-package))