mason.nvim icon indicating copy to clipboard operation
mason.nvim copied to clipboard

[New package]: cppcheck

Open registerGen opened this issue 1 year ago • 2 comments

Package name

cppcheck

Package homepage

https://github.com/danmar/cppcheck

Languages

cpp

How is this package distributed?

It seems that we have to build this from source... (For Windows there's an msi on the release page.)

git clone --depth=1 https://github.com/danmar/cppcheck/tree/x.y
cd cppcheck
mkdir build
cd build
cmake ..
cmake --build .
cmake --install -DCMAKE_INSTALL_PREFIX=/path/to/mason/packages .

registerGen avatar Aug 29 '22 12:08 registerGen

Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See CONTRIBUTING.md and the API reference for more details! You may also use existing packages as reference.

williambotman avatar Aug 29 '22 12:08 williambotman