# Template file for 'cppcheck' pkgname=cppcheck version=2.5 revision=1 build_style=gnu-makefile make_build_args=" FILESDIR=/usr/share/cppcheck MATCHCOMPILER=yes DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl" make_install_args="${make_build_args}" make_build_target="cppcheck man" python_version="3" hostmakedepends="libxslt docbook-xsl python3 which" depends="python3" short_desc="Static analysis of C/C++ code" maintainer="Duncaen " license="GPL-3.0-or-later" homepage="http://cppcheck.sourceforge.net" changelog="https://sourceforge.net/p/cppcheck/news/" distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz" checksum=dc27154d799935c96903dcc46653c526c6f4148a6912b77d3a50cb35dabd82e1 post_install() { vman cppcheck.1 }