Skip to content

Commit

Permalink
package/lua-uuid: new package
Browse files Browse the repository at this point in the history
Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
fperrad authored and tpetazzoni committed Oct 26, 2024
1 parent 0695853 commit 868d30c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions package/lua-uuid/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_UUID
bool "lua-uuid"
help
Generates uuids in pure Lua.

https://github.com/Tieske/uuid
3 changes: 3 additions & 0 deletions package/lua-uuid/lua-uuid.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 e615c1fb1c22e50af5860e45794c027b1a5524cb8e7e6206ad3fed8e78b1f59e uuid-1.0.0-1.src.rock
sha256 27e7bf0219274247f4014cfb5070abfb2bb27e66c17a2dbd61427cf7fed81199 uuid/LICENSE.md
13 changes: 13 additions & 0 deletions package/lua-uuid/lua-uuid.mk
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 868d30c

Please sign in to comment.