summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 13364ed57bf5312eb215e441c626d737a2b04437 (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-common
	pkgdesc = Common dependency management for various Trail of Bits C++ codebases
	pkgver = 0.1.1
	pkgrel = 3
	url = https://github.com/trailofbits/cxx-common
	arch = x86_64
	license = Apache
	makedepends = cmake
	makedepends = ninja
	makedepends = git
	makedepends = python2
	depends = openssl
	depends = ncurses
	depends = libxml2
	depends = zlib
	options = staticlibs
	options = !strip
	source = https://github.com/trailofbits/cxx-common/archive/v0.1.1.tar.gz
	sha256sums = 97a0a35f9dcf65b2f1406aa77fb27594212ed4271a6e21dc26b430adfbf4e92d

pkgname = cxx-common