void-packages/srcpkgs/cppcheck/template

22 lines
823 B
Text
Raw Normal View History

# Template file for 'cppcheck'
pkgname=cppcheck
2012-11-06 08:44:09 +00:00
version=1.57
2012-09-11 06:48:17 +00:00
revision=1
build_style=gnu-makefile
2011-02-08 08:50:04 +00:00
make_build_target="all man"
makedepends="libxslt docbook-xsl"
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-14 15:58:04 +00:00
license="GPL-2"
2012-09-11 06:48:17 +00:00
homepage="http://cppcheck.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2012-11-06 08:44:09 +00:00
checksum=7bdfd4c44db37f6d2e29ab315ea292994bce397b9531e8cfe04d4c2967ed27bc
long_desc="
Cppcheck is a tool for static C/C++ code analysis, and it tries to
detect bugs that your compiler do not see. Checks for: memory leaks,
mismatching allocation-deallocation, buffer overrun, and many more.
Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc. The goal is no
false positives."