20 lines
502 B
Plaintext
20 lines
502 B
Plaintext
# Template file for 'cppcheck'
|
|
pkgname=cppcheck
|
|
version=1.59
|
|
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=3a6665a2cd63815ec34dfc671e66faa6f9e341ee1309e5aaaa3904a6f6f273a7
|
|
|
|
cppcheck_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|