# Template file for 'cppcheck' pkgname=cppcheck version=2.4.1 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=11a9d9fe5305a105561655c45d2cd83cb30fbc87b41d0569de1b00a1a314867f post_install() { vman cppcheck.1 }