20 lines
662 B
Bash
20 lines
662 B
Bash
# Template file for 'include-what-you-use'
|
|
pkgname=include-what-you-use
|
|
version=0.20
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
|
hostmakedepends="python3"
|
|
makedepends="clang clang-tools-extra llvm17-devel 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=75fce1e6485f280f8f13f4c2d090b11d2fd2102b50857507c8413a919b7af899
|
|
python_version=3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.TXT
|
|
}
|