mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/yaml-cpp to 0.8.0-2
This commit is contained in:
parent
51ec0833ba
commit
24c9ffd7d4
3 changed files with 20 additions and 1 deletions
16
extra/yaml-cpp/.SRCINFO
Normal file
16
extra/yaml-cpp/.SRCINFO
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
pkgbase = yaml-cpp
|
||||||
|
pkgdesc = YAML parser and emitter in C++, written around the YAML 1.2 spec
|
||||||
|
pkgver = 0.8.0
|
||||||
|
pkgrel = 2
|
||||||
|
url = https://github.com/jbeder/yaml-cpp
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = ninja
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
provides = libyaml-cpp.so
|
||||||
|
source = https://github.com/jbeder/yaml-cpp/archive/0.8.0/yaml-cpp-0.8.0.tar.gz
|
||||||
|
sha512sums = aae9d618f906117d620d63173e95572c738db518f4ff1901a06de2117d8deeb8045f554102ca0ba4735ac0c4d060153a938ef78da3e0da3406d27b8298e5f38e
|
||||||
|
|
||||||
|
pkgname = yaml-cpp
|
3
extra/yaml-cpp/.nvchecker.toml
Normal file
3
extra/yaml-cpp/.nvchecker.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[yaml-cpp]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/jbeder/yaml-cpp.git"
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=yaml-cpp
|
pkgname=yaml-cpp
|
||||||
pkgver=0.8.0
|
pkgver=0.8.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
|
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
|
||||||
url="https://github.com/jbeder/yaml-cpp"
|
url="https://github.com/jbeder/yaml-cpp"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
Loading…
Reference in a new issue