opnsense-ports/sysutils/helmfile/Makefile
Franco Fichtner 4a4bb46c99 */*: sync with upstream
Taken from: FreeBSD
2023-09-11 14:35:19 +02:00

21 lines
478 B
Makefile

PORTNAME= helmfile
DISTVERSIONPREFIX= v
DISTVERSION= 0.154.0
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= timp87@gmail.com
COMMENT= Helmfile is a declarative spec for deploying helm charts
WWW= https://github.com/helmfile/helmfile
LICENSE= MIT
RUN_DEPENDS= helm:sysutils/helm
USES= go:modules
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}
GO_BUILDFLAGS= -ldflags="-X go.szostok.io/version.version=v${PORTVERSION}"
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>