mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
New package: include-what-you-use-0.7
This commit is contained in:
parent
21207a293c
commit
fda691db63
1 changed files with 19 additions and 0 deletions
19
srcpkgs/include-what-you-use/template
Normal file
19
srcpkgs/include-what-you-use/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'include-what-you-use'
|
||||||
|
pkgname=include-what-you-use
|
||||||
|
version=0.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="llvm/tools/clang/tools/include-what-you-use"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DIWYU_LLVM_ROOT_PATH=${XBPS_CROSS_BASE}/usr "
|
||||||
|
make_build_args="VERBOSE=1"
|
||||||
|
makedepends="clang 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=bbea3ddbd2e0990f4edd92a994a94ca24e2ee0edba6bd5612f62e872554d777a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.TXT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue