mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cpp-hocon: rebuild for boost-1.80
This commit is contained in:
parent
4c895c78a1
commit
431f55f6ce
1 changed files with 8 additions and 2 deletions
|
@ -1,14 +1,20 @@
|
||||||
# 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=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel leatherman-devel libcurl-devel"
|
makedepends="boost-devel leatherman-devel libcurl-devel"
|
||||||
depends="leatherman"
|
|
||||||
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"
|
||||||
homepage="https://github.com/puppetlabs/cpp-hocon/"
|
homepage="https://github.com/puppetlabs/cpp-hocon/"
|
||||||
distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd
|
checksum=dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# this package is a static library,
|
||||||
|
# needs to be rebuild when update boost,
|
||||||
|
# force an shlib-dependencies
|
||||||
|
vbin build/bin/libcpp-hocon_test
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue