void-packages/srcpkgs/include-what-you-use/template
2019-06-21 16:17:15 +02:00

20 lines
691 B
Bash

# Template file for 'include-what-you-use'
pkgname=include-what-you-use
version=0.12
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="BSD"
homepage="https://include-what-you-use.org/"
distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz"
checksum=a5892fb0abccb820c394e4e245c00ef30fc94e4ae58a048b23f94047c0816025
nocross="cross-vpkg-dummy snafu"
post_install() {
vlicense LICENSE.TXT
}