void-packages/srcpkgs/cpp-hocon/template
2020-05-30 20:59:51 +02:00

16 lines
594 B
Bash

# Template file for 'cpp-hocon'
pkgname=cpp-hocon
version=0.2.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="boost-devel leatherman-devel libcurl-devel"
depends="leatherman"
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=25fa74c43c100d1cf2632a4c23b9b1c4984dffd8e8040331bc257da711668eb6
CXXFLAGS+=" -Wno-catch-value"