summaryrefslogtreecommitdiff
path: root/packages/cppcheck.sh
blob: bc4d1795b2a4f230c49038141bfca4f8e73d6be6 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

SRCURL=https://github.com/danmar/cppcheck.git

ENV_PATH="bin:share/CppCheck"

BUILD_TYPE="cmake"
CONFIGURE_FLAGS="-DHAVE_RULES=ON"