source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=uncrustify
         VERSION=0.80.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/${SOURCE}
     SOURCE_HASH=sha512:b10f09498ca9ab139bd1a81996837af7a79bde5c0ba8ce3d5988decc1fda0d3c72eb48c0fe04ae57313bf4b86da7d4e4669088735abf7aa7624937afe9d48306
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
	WEB_SITE="https://github.com/uncrustify/uncrustify"
      LICENSE[0]=GPL
         ENTERED=20161010
           SHORT="a source-code beautifier for C-like languages"
cat << EOF
Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA.

Features:

  * Ident code, aligning on parens, assignments, etc * Align on '=' and
  variable definitions * Align structure initializers * Align #define stuff
  * Align backslash-newline stuff * Reformat comments (a little bit) * Fix
  inter-character spacing * Add or remove parens on return statements * Add
  or remove braces on single-statement if/do/while/for statements * Supports
  embedded SQL 'EXEC SQL' stuff * Highly configurable - 515 configurable
  options as of version 0.63
EOF
