luadbi: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c9b6604fa7
commit
26937e1f7d
package
@ -606,6 +606,7 @@ menu "Lua libraries/modules"
|
||||
source "package/lua-testmore/Config.in"
|
||||
source "package/luabitop/Config.in"
|
||||
source "package/luacrypto/Config.in"
|
||||
source "package/luadbi/Config.in"
|
||||
source "package/luaexpat/Config.in"
|
||||
source "package/luaexpatutils/Config.in"
|
||||
source "package/luafilesystem/Config.in"
|
||||
|
10
package/luadbi/Config.in
Normal file
10
package/luadbi/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LUADBI
|
||||
bool "luadbi"
|
||||
help
|
||||
LuaDBI is a database interface library for Lua.
|
||||
It is designed to provide a RDBMS agnostic API for handling
|
||||
database operations. LuaDBI also provides support for
|
||||
prepared statement handles, placeholders and bind parameters
|
||||
for all database operations.
|
||||
|
||||
https://github.com/mwild1/luadbi
|
2
package/luadbi/luadbi.hash
Normal file
2
package/luadbi/luadbi.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 723f63b744b7367ddfd6bbf7a7e6f6867aa1eaabbbc2bab5dc8a90e80b0c34c2 luadbi-0.6-2.src.rock
|
12
package/luadbi/luadbi.mk
Normal file
12
package/luadbi/luadbi.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luadbi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUADBI_VERSION = 0.6-2
|
||||
LUADBI_LICENSE = MIT
|
||||
LUADBI_SUBDIR = luadbi
|
||||
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user