Files
termux-packages/packages/miniflux/Makefile.patch
2025-08-21 07:37:26 +00:00

11 lines
499 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP := miniflux
DOCKER_IMAGE := miniflux/miniflux
-VERSION := $(shell git describe --tags --exact-match 2>/dev/null)
+VERSION ?= $(shell git describe --tags --exact-match 2>/dev/null)
LD_FLAGS := "-s -w -X 'miniflux.app/v2/internal/version.Version=$(VERSION)'"
PKG_LIST := $(shell go list ./... | grep -v /vendor/)
DB_URL := postgres://postgres:postgres@localhost/miniflux_test?sslmode=disable