void-packages/srcpkgs/cppcheck/template

20 lines
504 B
Text
Raw Normal View History

# Template file for 'cppcheck'
pkgname=cppcheck
2013-06-10 08:07:43 +00:00
version=1.60.1
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"
2013-06-10 08:07:43 +00:00
checksum=73eb56e5ea268e917c73f64e68744add35409bdc93be99773d814f9cc0a7221e
cppcheck_package() {
pkg_install() {
vmove usr
}
}