mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-05 01:22:23 +00:00
11 lines
499 B
Diff
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
|