void-packages/srcpkgs/cppcheck/template

20 lines
502 B
Text
Raw Normal View History

# Template file for 'cppcheck'
pkgname=cppcheck
version=1.59
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"
hostmakedepends="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"
checksum=3a6665a2cd63815ec34dfc671e66faa6f9e341ee1309e5aaaa3904a6f6f273a7
cppcheck_package() {
pkg_install() {
vmove usr
}
}