14 lines
505 B
Bash
14 lines
505 B
Bash
# Template file for 'clazy'
|
|
pkgname=clazy
|
|
version=1.4
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="python"
|
|
makedepends="clang llvm"
|
|
short_desc="Qt oriented code checker based on clang framework"
|
|
maintainer="John <johnz@posteo.net>"
|
|
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=3f5d5e148c9e9c4e43f095796261794da5385578d2375b12c9179d340d6d5a8a
|
|
nocross="Clang cannot be installed as makedep"
|