diff --git a/satellites/include-what-you-use.sat b/satellites/include-what-you-use.sat new file mode 100644 index 0000000..3f4de7d --- /dev/null +++ b/satellites/include-what-you-use.sat @@ -0,0 +1,15 @@ +import "compile/cmake" + +name=include-what-you-use +version=0.5 +update_url="http://include-what-you-use.org/downloads/" + +dlextract "http://include-what-you-use.org/downloads/$name-$version.src.tar.gz" \ + "05e2da654b0acdd1c04c19cfa63cb821" +header_end + +cd "$name" + +compile_cmake -DIWYU_LLVM_LIB_PATH=/usr/lib -DIWYU_LLVM_INCLUDE_PATH=/usr/include/llvm + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: