16 lines
566 B
Bash
16 lines
566 B
Bash
# Template file for 'cpp-hocon'
|
|
pkgname=cpp-hocon
|
|
version=0.2.0
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="boost-devel leatherman libcurl-devel"
|
|
short_desc="C++ port of the Typesafe Config library"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/puppetlabs/cpp-hocon"
|
|
distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=010d19b0d5f1fd305a4947cc1b11ea85b0dd2bdedb9c109711c0779bb248da28
|
|
|
|
CXXFLAGS+=" -Wno-catch-value"
|