Skip to content
Snippets Groups Projects
Commit f8fccaf3 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Install config.cmake files and fix url

parent 9dbfa517
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
pkgname=yaml-cpp
pkgver=0.5.2
pkgrel=2
pkgrel=3
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
url="http://code.google.com/p/yaml-cpp/"
url="https://github.com/jbeder/yaml-cpp"
arch=('i686' 'x86_64')
license=('MIT')
depends=('gcc-libs')
......@@ -25,5 +25,8 @@ package() {
make DESTDIR=$pkgdir install
install -Dm644 yaml-cpp-config.cmake $pkgdir/usr/lib/cmake/${pkgname}/ymal-cpp-config.cmake
install -Dm644 yaml-cpp-config-version.cmake $pkgdir/usr/lib/cmake/${pkgname}/yaml-cpp-config-version.cmake
install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment