blob: 878f09dd4b0cc2c4d4098bb0839727ddf8a8f711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = cppinsights-git
pkgdesc = C++ Insights - See your source code with the eyes of a compiler
pkgver = r675.a4b25db
pkgrel = 1
url = https://cppinsights.io
arch = x86_64
license = MIT
makedepends = git
makedepends = sed
makedepends = ninja
depends = llvm-libs
depends = clang
depends = llvm
provides = cppinsights
conflicts = cppinsights
source = cppinsights-git::git+https://github.com/andreasfertig/cppinsights.git
md5sums = SKIP
pkgname = cppinsights-git
|