package/lua-ansicolors: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2023-12-15 20:50:14 +01:00 committed by Thomas Petazzoni
parent cf4ebfafaa
commit fbf939b03a
4 changed files with 24 additions and 0 deletions

View File

@ -715,6 +715,7 @@ menu "Lua libraries/modules"
source "package/lpty/Config.in"
source "package/lrandom/Config.in"
source "package/lsqlite3/Config.in"
source "package/lua-ansicolors/Config.in"
source "package/lua-argon2/Config.in"
source "package/lua-augeas/Config.in"
source "package/lua-basexx/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_ANSICOLORS
bool "lua-ansicolors"
help
Library for color Manipulation.
https://github.com/kikito/ansicolors.lua

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 df6126501af3b9b944019164a08aed91377d82e6845c24432769140f12c815d6 ansicolors-1.0.2-3.src.rock
sha256 cf2980c520ea89935bbe8a5415c5e0ff2606ffc7a89d6854796d856fa066c48e ansicolors.lua-1.0.2/COPYING

View File

@ -0,0 +1,14 @@
################################################################################
#
# lua-ansicolors
#
################################################################################
LUA_ANSICOLORS_VERSION_UPSTREAM = 1.0.2
LUA_ANSICOLORS_VERSION = $(LUA_ANSICOLORS_VERSION_UPSTREAM)-3
LUA_ANSICOLORS_NAME_UPSTREAM = ansicolors
LUA_ANSICOLORS_SUBDIR = ansicolors.lua-$(LUA_ANSICOLORS_VERSION_UPSTREAM)
LUA_ANSICOLORS_LICENSE = MIT
LUA_ANSICOLORS_LICENSE_FILES = $(LUA_ANSICOLORS_SUBDIR)/COPYING
$(eval $(luarocks-package))