void-packages/srcpkgs/include-what-you-use/template
2019-11-16 09:12:32 +01:00

19 lines
659 B
Bash

# Template file for 'include-what-you-use'
pkgname=include-what-you-use
version=0.13
revision=1
wrksrc="${pkgname}"
build_style=cmake
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
make_build_args="VERBOSE=1"
makedepends="clang clang-tools-extra llvm ncurses-devel zlib-devel"
short_desc="Analyze #includes in C and C++ source files"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="NCSA"
homepage="https://include-what-you-use.org/"
distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz"
checksum=49294270aa64e8c04182369212cd919f3b3e0e47601b1f935f038c761c265bc9
post_install() {
vlicense LICENSE.TXT
}