include-what-you-use: update to 0.8.
This commit is contained in:
parent
1da02cf0bc
commit
ddac8b6d40
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'include-what-you-use'
|
||||
pkgname=include-what-you-use
|
||||
version=0.7
|
||||
version=0.8
|
||||
revision=1
|
||||
wrksrc="llvm/tools/clang/tools/include-what-you-use"
|
||||
wrksrc="${pkgname}"
|
||||
build_style=cmake
|
||||
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
||||
make_build_args="VERBOSE=1"
|
||||
|
@ -12,7 +12,7 @@ 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=bbea3ddbd2e0990f4edd92a994a94ca24e2ee0edba6bd5612f62e872554d777a
|
||||
checksum=6d0c5b41535c8e3a881975dafa44493a32c1262018de2c114b0e5016f12bd664
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.TXT
|
||||
|
|
Loading…
Reference in New Issue