include-what-you-use: update to 0.13.
This commit is contained in:
parent
23f75a842d
commit
122ebd4d8e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'include-what-you-use'
|
||||
pkgname=include-what-you-use
|
||||
version=0.12
|
||||
revision=2
|
||||
version=0.13
|
||||
revision=1
|
||||
wrksrc="${pkgname}"
|
||||
build_style=cmake
|
||||
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
||||
|
@ -9,10 +9,10 @@ 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"
|
||||
license="NCSA"
|
||||
homepage="https://include-what-you-use.org/"
|
||||
distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz"
|
||||
checksum=a5892fb0abccb820c394e4e245c00ef30fc94e4ae58a048b23f94047c0816025
|
||||
checksum=49294270aa64e8c04182369212cd919f3b3e0e47601b1f935f038c761c265bc9
|
||||
nocross="cross-vpkg-dummy snafu"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue