diff --git a/srcpkgs/include-what-you-use/template b/srcpkgs/include-what-you-use/template new file mode 100644 index 00000000000..8ec57180a29 --- /dev/null +++ b/srcpkgs/include-what-you-use/template @@ -0,0 +1,19 @@ +# Template file for 'include-what-you-use' +pkgname=include-what-you-use +version=0.7 +revision=1 +wrksrc="llvm/tools/clang/tools/include-what-you-use" +build_style=cmake +configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr " +make_build_args="VERBOSE=1" +makedepends="clang llvm ncurses-devel zlib-devel" +short_desc="Analyze #includes in C and C++ source files" +maintainer="Leah Neukirchen " +license="BSD" +homepage="https://include-what-you-use.org/" +distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz" +checksum=bbea3ddbd2e0990f4edd92a994a94ca24e2ee0edba6bd5612f62e872554d777a + +post_install() { + vlicense LICENSE.TXT +}