summaryrefslogtreecommitdiff
path: root/packages/cppcheck.sh
blob: 77de5f8e96021ad5b40a8b6c62479b7953824fdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

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

ENV_PATH="bin:share/CppCheck"

function package_build {
    run_switch_branch

    run_cmake -DHAVE_RULES=ON

    run_make
    run_make_install
}