diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-08-22 00:14:58 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 1214131e1dff07f74462ae23a8ed3544cb6849ea (patch) | |
tree | 40a83803010fcd6dc858db530485c8d3d43eba59 /libraries/grantlee-qt5/slack-desc | |
parent | 91be75add67bd9071446aa6a77f0f99699ce9690 (diff) |
libraries/grantlee-qt5: Added (template engine written in Qt5).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/grantlee-qt5/slack-desc')
-rw-r--r-- | libraries/grantlee-qt5/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/grantlee-qt5/slack-desc b/libraries/grantlee-qt5/slack-desc new file mode 100644 index 0000000000000..1aa092f454c38 --- /dev/null +++ b/libraries/grantlee-qt5/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +grantlee-qt5: grantlee-qt5 (A string template engine written in Qt5) +grantlee-qt5: +grantlee-qt5: Grantlee is a set of Free Software libraries written using the Qt +grantlee-qt5: framework. Currently two libraries are shipped with Grantlee: +grantlee-qt5: Grantlee Templates and Grantlee TextDocument. +grantlee-qt5: +grantlee-qt5: The goal of Grantlee Templates is to make it easier for application +grantlee-qt5: developers to separate the structure of documents from the data they +grantlee-qt5: contain, opening the door for theming and advanced generation of other +grantlee-qt5: text such as code. +grantlee-qt5: Homepage: https://github.com/steveire/grantlee |