New package: prometheus-client-c-0.1.3

This commit is contained in:
Joel Beckmeyer 2025-06-02 09:23:59 -04:00 committed by classabbyamp
parent 0d8237222e
commit 9b06eebced
3 changed files with 23 additions and 0 deletions

View file

@ -4553,3 +4553,4 @@ libppsshell-4.0.so.4 libpapers-48.3_1
libppsview-4.0.so.4 libpapers-48.3_1
libngtcp2.so.16 ngtcp2-1.13.0_1
libngtcp2_crypto_ossl.so.0 ngtcp2-1.13.0_1
libprom.so prometheus-client-c-0.1.3_1

View file

@ -0,0 +1 @@
prometheus-client-c

View file

@ -0,0 +1,21 @@
# Template file for 'prometheus-client-c'
pkgname=prometheus-client-c
version=0.1.3
revision=1
build_style=cmake
build_wrksrc=prom
short_desc="Prometheus Client in C"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/digitalocean/prometheus-client-c"
changelog="https://github.com/digitalocean/prometheus-client-c/releases"
distfiles="https://github.com/digitalocean/prometheus-client-c/archive/refs/tags/v${version}.tar.gz"
checksum=3a82e302a5bdbbd5f699cf21bee97217c0386b5076d878cab724d5f672ef5092
prometheus-client-c-devel_package() {
short_desc="${short_desc} - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
}
}