Edit

IABSD.fr/ports/sysutils/grizzly/Makefile

Branch :

  • Show log

    Commit

  • Author : pascal
    Date : 2025-02-26 21:19:25
    Hash : 830865bd
    Message : Grafana Grizzly is a command line tool that allows you to manage your observability resources with code. Now you can define your dashboards, alerting and recording rules, etc, all from within your codebase. You can build Grizzly into your continuous deployment pipelines, meaning whenever you deploy your application, your observability is updated too. ok tb@

  • sysutils/grizzly/Makefile
  • COMMENT =		utility for managing observability resources
    
    MODGO_MODNAME =		github.com/grafana/grizzly
    MODGO_VERSION =		v0.7.1
    
    DISTNAME =		grizzly-${MODGO_VERSION}
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://grafana.github.io/grizzly/
    
    MAINTAINER =		Pascal Stumpf <pascal@stumpf.co>
    
    # Apache2
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c pthread
    
    MODULES =		lang/go
    
    NO_TEST =		Yes
    
    .include "modules.inc"
    .include <bsd.port.mk>