vp-build/srcpkgs/include-what-you-use/template

20 lines
672 B
Bash

# 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 <leah@vuxu.org>"
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
}