chore(home): mirror from kalinamall (b0abf99) with papatramp URLs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Версия берётся из ssh-monitor (SSH_MONITOR_VERSION).
|
||||
.PHONY: dist clean-dist manifest
|
||||
VERSION := $(shell sed -n 's/^SSH_MONITOR_VERSION="\(.*\)".*/\1/p' ssh-monitor | head -n1)
|
||||
DIST := ssh-monitor-$(VERSION).tar.gz
|
||||
|
||||
dist: $(DIST)
|
||||
|
||||
manifest:
|
||||
@test -x .local/build-release-manifest.sh || (echo "Сначала: ./contrib/install-git-hooks.sh" >&2; exit 1)
|
||||
./.local/build-release-manifest.sh
|
||||
|
||||
$(DIST): ssh-monitor
|
||||
git archive --format=tar.gz --prefix=ssh-monitor-$(VERSION)/ -o $(DIST) HEAD
|
||||
|
||||
clean-dist:
|
||||
rm -f ssh-monitor-*.tar.gz
|
||||
Reference in New Issue
Block a user