20 lines
595 B
Bash
20 lines
595 B
Bash
# Template file for 'clazy'
|
|
pkgname=clazy
|
|
version=1.7
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="python"
|
|
makedepends="clang llvm"
|
|
short_desc="Qt oriented code checker based on clang framework"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://cgit.kde.org/clazy.git/about/"
|
|
distfiles="${KDE_SITE}/clazy/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=754da5815f769dd6b72a040a2430525c93f294eb7769c78271603df9614f1b21
|
|
nocross="Clang cannot be installed as makedep"
|
|
|
|
post_extract() {
|
|
for i in ${FILESDIR}/clazy-*.patch; do
|
|
patch -sNp1 -i ${i}
|
|
done
|
|
}
|