mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
cpp-hocon: remove
It was dependency of facter, which is now ruby
This commit is contained in:
parent
5d1c0f63da
commit
55dc968470
2 changed files with 0 additions and 27 deletions
|
@ -1 +0,0 @@
|
||||||
cpp-hocon
|
|
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'cpp-hocon'
|
|
||||||
pkgname=cpp-hocon
|
|
||||||
version=0.3.0
|
|
||||||
revision=9
|
|
||||||
build_style=cmake
|
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
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"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/puppetlabs/cpp-hocon/"
|
|
||||||
distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz"
|
|
||||||
checksum=dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd
|
|
||||||
|
|
||||||
cpp-hocon-devel_package() {
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue