summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo/files/autopkg-tag.mk
diff options
context:
space:
mode:
Diffstat (limited to 'personal-pkgs-repo/files/autopkg-tag.mk')
-rw-r--r--personal-pkgs-repo/files/autopkg-tag.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/personal-pkgs-repo/files/autopkg-tag.mk b/personal-pkgs-repo/files/autopkg-tag.mk
deleted file mode 100644
index 077c7ad..0000000
--- a/personal-pkgs-repo/files/autopkg-tag.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autopkg tracking latest version tag
-AUTOPKG_VARIANT:=tag
-$(call include_mk, autopkg-head.mk)
-
-PKG_SOURCE_VERSION:=$(shell git $(GIT_ARGS) tag | grep '^v' | sort | tail -1)
-PKG_VERSION:=$(subst v%,%,$(PKG_SOURCE_VERSION))
-
-$(call include_mk, autopkg-tail.mk)