blob: 9c156c1863afa4886d2ec40c8e683d7268323dbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = cppcheck-git
pkgdesc = Tool for static C/C++ code analysis
pkgver = 2.7.r1730.58dd92dd1
pkgrel = 1
epoch = 1
url = https://cppcheck.sourceforge.io/
arch = i686
arch = x86_64
license = GPL3
makedepends = clang
makedepends = cmake
makedepends = docbook-xsl
makedepends = git
makedepends = pandoc
makedepends = python-pygments
makedepends = qt5-base
makedepends = qt5-tools
depends = pcre
depends = python
depends = tinyxml2
optdepends = qt5-tools: cppcheck-gui
optdepends = python-pygments: cppcheck-htmlreport
optdepends = clang: cppcheck-gui integration
provides = cppcheck
conflicts = cppcheck
source = git+https://github.com/danmar/cppcheck.git
source = translations-location.patch
b2sums = SKIP
b2sums = 8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
pkgname = cppcheck-git
|