26 lines
726 B
Bash
26 lines
726 B
Bash
# Template file for 'cppcheck'
|
|
pkgname=cppcheck
|
|
version=1.89
|
|
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="
|
|
FILESDIR=/usr/share/cppcheck"
|
|
make_build_target="cppcheck man"
|
|
python_version="3"
|
|
hostmakedepends="libxslt docbook-xsl python3"
|
|
depends="python3"
|
|
short_desc="Static analysis of C/C++ code"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://cppcheck.sourceforge.net"
|
|
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
|
|
checksum=37452d378825c7bd78116b4d7073df795fa732207d371ad5348287f811755783
|
|
|
|
post_install() {
|
|
vman cppcheck.1
|
|
}
|