mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: clazy-1.4
This commit is contained in:
parent
88ab0aa8fd
commit
c2f939c1d0
1 changed files with 14 additions and 0 deletions
14
srcpkgs/clazy/template
Normal file
14
srcpkgs/clazy/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# 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"
|
Loading…
Add table
Reference in a new issue