cppcheck: update to 2.0.
This commit is contained in:
parent
55cf4c7af9
commit
556fa62a36
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.90
|
||||
version=2.0
|
||||
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_install_args="${make_build_args}"
|
||||
make_build_target="cppcheck man"
|
||||
python_version="3"
|
||||
hostmakedepends="libxslt docbook-xsl python3 which"
|
||||
|
@ -17,8 +16,9 @@ short_desc="Static analysis of C/C++ code"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
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=c4864d3e09359214efdd503b52e241f4f56ba7ce26f8c11939fd9dcfac1fd105
|
||||
checksum=fdba69d9f8db4bbe27ee00bb88839d212b6a848372add7ad8f567236deb0f00f
|
||||
|
||||
post_install() {
|
||||
vman cppcheck.1
|
||||
|
|
Loading…
Reference in a new issue