mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained 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
|
||||
3
package/luadbi/luadbi.hash
Normal file
3
package/luadbi/luadbi.hash
Normal 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
12
package/luadbi/luadbi.mk
Normal 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))
|
||||
Reference in New Issue
Block a user