blob: 1cf5737233c674eb05cd3b29dcfc9007e54e8f64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = yaml-cpp-git
pkgdesc = YAML parser and emitter in C++, written around the YAML 1.2 spec
pkgver = 0.8.0.r30.g76dc671
pkgrel = 1
url = https://github.com/jbeder/yaml-cpp
arch = i686
arch = x86_64
license = MIT
makedepends = boost
makedepends = cmake
makedepends = git
depends = gcc-libs
depends = glibc
provides = libyaml-cpp.so
conflicts = yaml-cpp
source = yaml-cpp-git::git+https://github.com/jbeder/yaml-cpp.git
md5sums = SKIP
pkgname = yaml-cpp-git
|