This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

10
package/luadbi/Config.in Normal file
View 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

View File

@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 9ebbbaf4ea1f48628341e9ff3c1de10a57200c02453734f41b8016b0fc7b4956 luadbi-0.7.2-1.src.rock
sha256 988d73cc2e56f972e8177091e084855fc2904d0fafcfe5c4e02864f25ce2b928 luadbi/COPYING

12
package/luadbi/luadbi.mk Normal file
View File

@@ -0,0 +1,12 @@
################################################################################
#
# luadbi
#
################################################################################
LUADBI_VERSION = 0.7.2-1
LUADBI_SUBDIR = luadbi
LUADBI_LICENSE = MIT
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
$(eval $(luarocks-package))