1################################################################################
2#
3# gitlab-release
4#
5################################################################################
6
7GITLAB_RELEASE_VERSION = 2.3.1
8GITLAB_RELEASE_SITE = https://gitlab.com/iucode-tool/releases/raw/master
9GITLAB_RELEASE_SOURCE = iucode-tool_$(GITLAB_RELEASE_VERSION).tar.xz
10GITLAB_RELEASE_LICENSE_FILES = COPYING
11
12$(eval $(generic-package))
13