mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: include-what-you-use-0.12
This commit is contained in:
parent
7df102dbf8
commit
3892e0273b
2 changed files with 21 additions and 0 deletions
20
srcpkgs/include-what-you-use/template
Normal file
20
srcpkgs/include-what-you-use/template
Normal 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
|
||||||
|
}
|
1
srcpkgs/include-what-you-use/update
Normal file
1
srcpkgs/include-what-you-use/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore='3.3 3.4 3.5'
|
Loading…
Add table
Reference in a new issue