New package: include-what-you-use-0.12

This commit is contained in:
Leah Neukirchen 2019-06-20 21:41:52 +02:00
parent 7df102dbf8
commit 3892e0273b
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# 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
}

View File

@ -0,0 +1 @@
ignore='3.3 3.4 3.5'