mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-07 04:23:19 +02:00
cpp-hocon: for boost-1.88
This commit is contained in:
parent
c1148699f2
commit
ef4e4dc125
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
||||||
# Template file for 'cpp-hocon'
|
# Template file for 'cpp-hocon'
|
||||||
pkgname=cpp-hocon
|
pkgname=cpp-hocon
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=8
|
revision=9
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel leatherman-devel libcurl-devel"
|
makedepends="boost-devel-minimal libboost_filesystem libboost_locale
|
||||||
|
libboost_program_options libboost_log libboost_log_setup libboost_date_time
|
||||||
|
libboost_system libboost_chrono libboost_regex libboost_nowide
|
||||||
|
libboost_thread leatherman-devel libcurl-devel"
|
||||||
short_desc="C++ port of the Typesafe Config library"
|
short_desc="C++ port of the Typesafe Config library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue