New package: include-what-you-use-0.12
This commit is contained in:
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'
|
||||||
Reference in New Issue
Block a user