summaryrefslogblamecommitdiff
path: root/packages/cppcheck.sh
blob: 91ce7df621f0aeac8344853807a0a673dff2e3e6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                        
                            







                             
                                                    





                             
#!/bin/bash

function package_build {
    run_switch_branch master

    run_cmake -DHAVE_RULES=ON

    run_make
    run_make_install
}

function package_get_source {
    run_clone https://github.com/danmar/cppcheck.git
}

function package_use {
    env_path "bin"
    env_path "share/CppCheck"
}