All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] luadbi-sqlite3: new package
Date: Fri, 15 Dec 2017 09:22:49 +0100	[thread overview]
Message-ID: <20171215082308.839CE80FD2@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=569ef2e889c9d85d95c6bf3d4ea90a36a7b2f2d9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/Config.in                          |  1 +
 package/luadbi-sqlite3/Config.in           |  9 +++++++++
 package/luadbi-sqlite3/luadbi-sqlite3.hash |  2 ++
 package/luadbi-sqlite3/luadbi-sqlite3.mk   | 13 +++++++++++++
 4 files changed, 25 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index 91760ef..a81408d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -607,6 +607,7 @@ menu "Lua libraries/modules"
 	source "package/luabitop/Config.in"
 	source "package/luacrypto/Config.in"
 	source "package/luadbi/Config.in"
+	source "package/luadbi-sqlite3/Config.in"
 	source "package/luaexpat/Config.in"
 	source "package/luaexpatutils/Config.in"
 	source "package/luafilesystem/Config.in"
diff --git a/package/luadbi-sqlite3/Config.in b/package/luadbi-sqlite3/Config.in
new file mode 100644
index 0000000..6ed32a2
--- /dev/null
+++ b/package/luadbi-sqlite3/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LUADBI_SQLITE3
+	bool "luadbi-sqlite3"
+	select BR2_PACKAGE_LUADBI # runtime dependency
+	select BR2_PACKAGE_SQLITE
+	help
+	  LuaDBI is a database interface library for Lua.
+	  And this is the SQLite3 backend.
+
+	  https://github.com/mwild1/luadbi
diff --git a/package/luadbi-sqlite3/luadbi-sqlite3.hash b/package/luadbi-sqlite3/luadbi-sqlite3.hash
new file mode 100644
index 0000000..bd8b927
--- /dev/null
+++ b/package/luadbi-sqlite3/luadbi-sqlite3.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 2868dad4d189368fcf5cddd191965c8cb2efaa3a3ba83d50e6a88c30353f74ce  luadbi-sqlite3-0.6-2.src.rock
diff --git a/package/luadbi-sqlite3/luadbi-sqlite3.mk b/package/luadbi-sqlite3/luadbi-sqlite3.mk
new file mode 100644
index 0000000..422fa1e
--- /dev/null
+++ b/package/luadbi-sqlite3/luadbi-sqlite3.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# luadbi-sqlite3
+#
+################################################################################
+
+LUADBI_SQLITE3_VERSION = 0.6-2
+LUADBI_SQLITE3_LICENSE = MIT
+LUADBI_SQLITE3_SUBDIR = luadbi
+LUADBI_SQLITE3_LICENSE_FILES = $(LUADBI_SQLITE3_SUBDIR)/COPYING
+LUADBI_SQLITE3_DEPENDENCIES = sqlite
+
+$(eval $(luarocks-package))

                 reply	other threads:[~2017-12-15  8:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171215082308.839CE80FD2@busybox.osuosl.org \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.