mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
cppcheck: update to 1.71.
This commit is contained in:
parent
73d301ac98
commit
5883778c03
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'cppcheck'
|
# Template file for 'cppcheck'
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
version=1.70
|
version=1.71
|
||||||
revision=1
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
hostmakedepends="libxslt docbook-xsl"
|
hostmakedepends="libxslt docbook-xsl"
|
||||||
short_desc="Static analysis of C/C++ code"
|
short_desc="Static analysis of C/C++ code"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://cppcheck.sourceforge.net"
|
homepage="http://cppcheck.sourceforge.net"
|
||||||
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
|
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
|
||||||
checksum=4095de598b5cce9a06e90458a90f46e0307baeaab8a947dae73f287eda3c171f
|
checksum=49f8d44516a1534eb01e3cc8300d60c3577c5e4339336defaf213d08ff914f1b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
||||||
|
|
Loading…
Add table
Reference in a new issue