14 lines
563 B
Bash
14 lines
563 B
Bash
# Template file for 'cpp-hocon'
|
|
pkgname=cpp-hocon
|
|
version=0.3.0
|
|
revision=2
|
|
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=dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd
|