summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ddaf6222455531aeef9267d645a6d5201afbf96a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = libgit2cpp-git
	pkgdesc = C++ wrapper for libgit2. It contains libgit2 as submodule (libs/libgit2).
	pkgver = r192.4bf4ea5
	pkgrel = 1
	url = https://github.com/AndreyG/libgit2cpp
	arch = any
	license = MIT
	makedepends = git
	makedepends = cmake
	makedepends = ninja
	optdepends = clang: for building with clang
	optdepends = gcc: for building with gcc
	provides = libgit2cpp
	conflicts = libgit2cpp
	source = libgit2cpp::git+https://github.com/AndreyG/libgit2cpp.git
	sha512sums = SKIP

pkgname = libgit2cpp-git