blob: 113d26d92fa72d00e52472a8bbfd0e95d19543e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = compiledb
pkgdesc = Tool for generating Clang's JSON Compilation Database file for GNU make-based build systems
pkgver = 0.10.7
pkgrel = 3
url = https://github.com/nickdiego/compiledb
arch = any
license = GPL-3.0-only
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-click
depends = python-bashlex
depends = python-shutilwhich
replaces = compiledb-generator
source = https://github.com/nickdiego/compiledb/releases/download/0.10.7/compiledb-0.10.7.tar.gz
sha256sums = 97752d8810b6977654a11a22cdc41bf6b71473bcdb5da312bc135f36d6af8271
pkgname = compiledb
|