From: Daniel Nicoletti <dantti12@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] cutelyst: new package
Date: Mon, 16 Jul 2018 17:49:12 -0300 [thread overview]
Message-ID: <20180716204912.8915-1-dantti12@gmail.com> (raw)
A C++ Web Framework built on top of Qt, using
the simple approach of Catalyst (Perl) framework.
Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
---
package/Config.in | 1 +
package/cutelyst/Config.in | 8 ++++++++
package/cutelyst/cutelyst.hash | 2 ++
package/cutelyst/cutelyst.mk | 17 +++++++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 package/cutelyst/Config.in
create mode 100644 package/cutelyst/cutelyst.hash
create mode 100644 package/cutelyst/cutelyst.mk
diff --git a/package/Config.in b/package/Config.in
index eedce83616..08a3eac48a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -314,6 +314,7 @@ comment "Other GUIs"
source "package/kf5/Config.in"
if BR2_PACKAGE_QT || BR2_PACKAGE_QT5
comment "QT libraries and helper libraries"
+ source "package/cutelyst/Config.in"
source "package/grantlee/Config.in"
source "package/qextserialport/Config.in"
source "package/qjson/Config.in"
diff --git a/package/cutelyst/Config.in b/package/cutelyst/Config.in
new file mode 100644
index 0000000000..ef59947fc7
--- /dev/null
+++ b/package/cutelyst/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_CUTELYST
+ bool "cutelyst"
+ depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5 && BR2_PACKAGE_QT5BASE_SQL
+ select BR2_PACKAGE_QT5BASE_GUI
+ help
+ A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
+
+ https://cutelyst.org
diff --git a/package/cutelyst/cutelyst.hash b/package/cutelyst/cutelyst.hash
new file mode 100644
index 0000000000..ae3f26c1fa
--- /dev/null
+++ b/package/cutelyst/cutelyst.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256 781e5da74ff5a03df415c70e9af0290d6aff5731d9f1978bf1bd4052bfe9cf05 cutelyst-2.5.0.tar.gz
diff --git a/package/cutelyst/cutelyst.mk b/package/cutelyst/cutelyst.mk
new file mode 100644
index 0000000000..34a2323682
--- /dev/null
+++ b/package/cutelyst/cutelyst.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# cutelyst
+#
+################################################################################
+
+CUTELYST_VERSION = 2.5.0
+CUTELYST_SOURCE = cutelyst-$(CUTELYST_VERSION).tar.gz
+CUTELYST_SITE = https://github.com/cutelyst/cutelyst/archive/v$(CUTELYST_VERSION)
+CUTELYST_INSTALL_STAGING = YES
+CUTELYST_SUPPORTS_IN_SOURCE_BUILD = NO
+CUTELYST_LICENSE = LGPL-2.1+
+CUTELYST_LICENSE_FILES = COPYING.LIB
+CUTELYST_DEPENDENCIES = qt5base
+CUTELYST_MAKE = $(MAKE1)
+
+$(eval $(cmake-package))
--
2.17.1
next reply other threads:[~2018-07-16 20:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-16 20:49 Daniel Nicoletti [this message]
2018-07-17 7:01 ` [Buildroot] [PATCH] cutelyst: new package Thomas Petazzoni
2018-07-17 13:23 ` Daniel Nicoletti
2018-07-17 14:08 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2018-07-17 20:46 Daniel Nicoletti
2018-07-18 10:59 ` Thomas Petazzoni
2018-07-18 13:24 ` Daniel Nicoletti
2018-07-18 13:35 ` Thomas Petazzoni
2018-07-18 15:20 ` Thomas Petazzoni
2018-07-19 13:40 ` Daniel Nicoletti
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=20180716204912.8915-1-dantti12@gmail.com \
--to=dantti12@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox