void-packages/srcpkgs/cppcheck/template
2013-06-10 10:07:43 +02:00

20 lines
504 B
Plaintext

# Template file for 'cppcheck'
pkgname=cppcheck
version=1.60.1
revision=1
build_style=gnu-makefile
make_build_target="all man"
hostmakedepends="libxslt docbook-xsl"
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://cppcheck.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=73eb56e5ea268e917c73f64e68744add35409bdc93be99773d814f9cc0a7221e
cppcheck_package() {
pkg_install() {
vmove usr
}
}