mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
580 B
Makefile
28 lines
580 B
Makefile
COMMENT = prometheus exporter for Dell iDRAC
|
|
|
|
MODGO_MODNAME = github.com/mrlhansen/idrac_exporter
|
|
MODGO_VERSION = v1.6.2
|
|
|
|
DISTNAME = idrac_exporter-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/mrlhansen/idrac_exporter
|
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/idrac_exporter
|
|
${INSTALL_DATA} ${WRKSRC}/sample-config.yml \
|
|
${PREFIX}/share/examples/idrac_exporter
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|