void-packages/srcpkgs/cpp-hocon/template
Jürgen Buchmüller b0d5e81532 cpp-hocon: revbump for leatherman-1.5.1
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-10-06 11:37:02 +02:00

15 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"