           SPELL=lcov
         VERSION=1.16
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/linux-test-project/lcov/releases/download/v${VERSION}/$SOURCE
     SOURCE_HASH=sha512:f9fdc5348a97e4262a22d1594df7847165c93447fd5d264d194029f86bf751f18bf91badaf0172d406bca98e4bb3997f133a3ca144105f5acfabeec82f369a37
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://ltp.sourceforge.net/coverage/lcov.php"
      LICENSE[0]="GPLv2+"
         ENTERED=20160919
        KEYWORDS=""
           SHORT="the LTP GCOV extension"
cat << EOF
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
gcov data for multiple source files and creates HTML pages containing the
source code annotated with coverage information. It also adds overview pages
for easy navigation within the file structure. LCOV supports statement,
function and branch coverage measurement.
EOF
