blob: 9f3e3f626b2c641d68b41db3e922aa5b3064102f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = cmake-lint
pkgdesc = Check for coding style issues in CMake files
pkgver = 1.4.3
pkgrel = 1
url = https://github.com/cmake-lint/cmake-lint
arch = any
license = Apache-2.0
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = cmake-lint-1.4.3.tar.gz::https://github.com/cmake-lint/cmake-lint/archive/1.4.3.tar.gz
sha256sums = 7a2be3b179c565373cb7ccfe3076b0d1fa051f2234b52e29f69fa386042ebb74
pkgname = cmake-lint
|