mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
include-what-you-use: update to 0.20.
This commit is contained in:
parent
1acdc000a8
commit
2693d16e04
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'include-what-you-use'
|
# Template file for 'include-what-you-use'
|
||||||
pkgname=include-what-you-use
|
pkgname=include-what-you-use
|
||||||
version=0.19
|
version=0.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="clang clang-tools-extra llvm ncurses-devel zlib-devel"
|
makedepends="clang clang-tools-extra llvm17-devel ncurses-devel zlib-devel"
|
||||||
short_desc="Analyze #includes in C and C++ source files"
|
short_desc="Analyze #includes in C and C++ source files"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="NCSA"
|
license="NCSA"
|
||||||
homepage="https://include-what-you-use.org/"
|
homepage="https://include-what-you-use.org/"
|
||||||
distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz"
|
distfiles="https://include-what-you-use.org/downloads/${pkgname}-${version}.src.tar.gz"
|
||||||
checksum=2b10157b60ea08adc08e3896b4921c73fcadd5ec4eb652b29a34129d501e5ee0
|
checksum=75fce1e6485f280f8f13f4c2d090b11d2fd2102b50857507c8413a919b7af899
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue