mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
pkgbase = cppcheck
|
|
pkgdesc = A tool for static C/C++ code analysis
|
|
pkgver = 2.14.1
|
|
pkgrel = 1
|
|
url = http://cppcheck.sourceforge.net/
|
|
arch = x86_64
|
|
license = GPL-3.0-or-later
|
|
makedepends = git
|
|
makedepends = docbook-xsl
|
|
makedepends = qt6-tools
|
|
makedepends = qt6-base
|
|
makedepends = qt6-declarative
|
|
makedepends = python
|
|
makedepends = pandoc
|
|
makedepends = cmake
|
|
makedepends = clang
|
|
depends = python-pygments
|
|
depends = tinyxml2
|
|
depends = pcre
|
|
optdepends = qt6-tools: run cppcheck-gui
|
|
optdepends = python-pygments: cppcheck-htmlreport
|
|
optdepends = clang: for cppcheck-gui integration
|
|
source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.14.1
|
|
source = translations-location.patch
|
|
sha512sums = a36733ed0906aff8d7d1bff6aa0a43f1d79fad9f48ecfa1f8f69c6ae13d5a099bd7d18cc4e30b3e4dc3a1cb24ad8e0855403eb6c90e5525e50661cd4eda792a4
|
|
sha512sums = d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
|
|
b2sums = 75ece358f442aa27f6224a6eaba1915c9a122613906fbd6457443d4af3eede6d4897a737acfa0fcd8c10b820a13fcf6f9badc808386e98486c34ca06551aaef3
|
|
b2sums = 8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
|
|
|
|
pkgname = cppcheck
|