2c30839c8f
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
15 lines
566 B
Bash
15 lines
566 B
Bash
# Template file for 'cpp-hocon'
|
|
pkgname=cpp-hocon
|
|
version=0.2.1
|
|
revision=3
|
|
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=6ddd08f0ec7915fff2f07385926a137b09f6ff58506a7467fa2c954585479e36
|
|
|
|
CXXFLAGS+=" -Wno-catch-value"
|