summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 80749e6611e6da309e91978e20da179373d84bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = cxx
	pkgdesc = Compile C++ code by detecting flags and includes automatically
	pkgver = 3.3.0
	pkgrel = 1
	url = https://github.com/xyproto/cxx
	arch = any
	license = MIT
	makedepends = git
	depends = scons
	optdepends = ccache: For faster builds
	optdepends = clang: For clang-format and for clang++
	optdepends = graphviz: For visualizing profiling information
	optdepends = gprof2dot: For visualizing profiling information
	optdepends = kcachegrind: For visualizing profiling information
	optdepends = lldb: For debugging
	optdepends = mingw-w64-gcc: For compiling 64-bit Windows executables
	optdepends = valgrind: For tracing calls and profiling
	optdepends = wine: For running 64-bit Windows exectuables
	source = git+https://github.com/xyproto/cxx#commit=bac4780e070d7168a44e9f4ce596d27614eda02e
	b2sums = SKIP

pkgname = cxx