package/lua-uuid: 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:
parent
06958532f9
commit
868d30c654
4 changed files with 23 additions and 0 deletions
|
|
@ -776,6 +776,7 @@ menu "Lua libraries/modules"
|
|||
source "package/lua-testmore/Config.in"
|
||||
source "package/lua-ubjson/Config.in"
|
||||
source "package/lua-utf8/Config.in"
|
||||
source "package/lua-uuid/Config.in"
|
||||
source "package/lua-valua/Config.in"
|
||||
source "package/lua-zlib/Config.in"
|
||||
source "package/luabitop/Config.in"
|
||||
|
|
|
|||
6
package/lua-uuid/Config.in
Normal file
6
package/lua-uuid/Config.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
config BR2_PACKAGE_LUA_UUID
|
||||
bool "lua-uuid"
|
||||
help
|
||||
Generates uuids in pure Lua.
|
||||
|
||||
https://github.com/Tieske/uuid
|
||||
3
package/lua-uuid/lua-uuid.hash
Normal file
3
package/lua-uuid/lua-uuid.hash
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# computed by luarocks/buildroot
|
||||
sha256 e615c1fb1c22e50af5860e45794c027b1a5524cb8e7e6206ad3fed8e78b1f59e uuid-1.0.0-1.src.rock
|
||||
sha256 27e7bf0219274247f4014cfb5070abfb2bb27e66c17a2dbd61427cf7fed81199 uuid/LICENSE.md
|
||||
13
package/lua-uuid/lua-uuid.mk
Normal file
13
package/lua-uuid/lua-uuid.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
################################################################################
|
||||
#
|
||||
# lua-uuid
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_UUID_VERSION = 1.0.0-1
|
||||
LUA_UUID_NAME_UPSTREAM = uuid
|
||||
LUA_UUID_SUBDIR = uuid
|
||||
LUA_UUID_LICENSE = Apache-2.0
|
||||
LUA_UUID_LICENSE_FILES = $(LUA_UUID_SUBDIR)/LICENSE.md
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Loading…
Add table
Reference in a new issue