Bump buidlroot version to 2018.02.6
This commit is contained in:
10
bsp/buildroot/package/luadbi/Config.in
Normal file
10
bsp/buildroot/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
bsp/buildroot/package/luadbi/luadbi.hash
Normal file
2
bsp/buildroot/package/luadbi/luadbi.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 723f63b744b7367ddfd6bbf7a7e6f6867aa1eaabbbc2bab5dc8a90e80b0c34c2 luadbi-0.6-2.src.rock
|
||||
12
bsp/buildroot/package/luadbi/luadbi.mk
Normal file
12
bsp/buildroot/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))
|
||||
Reference in New Issue
Block a user