diff --git a/srcpkgs/prometheus-cpp/template b/srcpkgs/prometheus-cpp/template new file mode 100644 index 0000000000..74d584e734 --- /dev/null +++ b/srcpkgs/prometheus-cpp/template @@ -0,0 +1,37 @@ +# Template file for 'prometheus-cpp' +pkgname=prometheus-cpp +version=0.3 +revision=1 +_hash_client_model=fa8ad6fec33561be4280a8f0514318c79d7f6cb6 +_hash_googletest=ec44c6c1675c25b9827aacd08c02433cccde7780 +_hash_civetweb=fbdee7440be24f904208c15a1fc9e2582b866049 +build_style=cmake +hostmakedepends="telegraf protobuf" +makedepends="protobuf-devel" +short_desc="Prometheus Client Library in Modern C++" +maintainer="Toyam Cox " +license="MIT" +homepage="https://github.com/jupp0r/prometheus-cpp" +distfiles="https://github.com/jupp0r/prometheus-cpp/archive/v${version}.tar.gz + https://github.com/civetweb/civetweb/archive/${_hash_civetweb}.tar.gz>prometheus-cpp-civetweb.tgz + https://github.com/google/googletest/archive/${_hash_googletest}.tar.gz>prometheus-cpp-googletest.tgz + https://github.com/prometheus/client_model/archive/${_hash_client_model}.tar.gz>prometheus-cpp-client_model.tgz" +checksum="d5ea6dffca5185fb30b9b643343f2ab1d6113672d7aec3e75e0cfa757f50ea25 + 8bf320432b7840245c9caf717a6027b30eaf52948e05e694c5149e9dd066f603 + 175a22300b3450e27e5f2e6f95cc9abca74617cbc21a1e0ed19bdfbd22ea0305 + d29d75de6645bd67452df27cda2e4a09848161f9ecacc62b1c1818d0a701cff9" + +case "${XBPS_MACHINE}" in + armv6*) broken="https://travis-ci.org/Vaelatern/void-packages/jobs/349193621";; + *);; +esac + +pre_configure() { + mv ../civetweb-${_hash_civetweb}/* ./3rdparty/civetweb + mv ../googletest-${_hash_googletest}/* ./3rdparty/googletest + mv ../client_model-${_hash_client_model}/* ./3rdparty/prometheus_client_model +} + +post_install() { + vlicense LICENSE +}