summaryrefslogtreecommitdiff
path: root/packages/cppcheck.sh
blob: 5087c95e25c193c42c0106385a63d2d2fb63ebfc (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 master

    run_cmake -DHAVE_RULES=ON

    run_make
    run_make_install
}