|
@@ -61,6 +61,9 @@ domainseparator = $(if $(1),$(1),/)
|
|
# github(user,package,version): returns site of GitHub repository
|
|
# github(user,package,version): returns site of GitHub repository
|
|
github = https://github.com/$(1)/$(2)/archive/$(3)
|
|
github = https://github.com/$(1)/$(2)/archive/$(3)
|
|
|
|
|
|
|
|
+# gitlab(user,package,version): returns site of Gitlab-generated tarball
|
|
|
|
+gitlab = https://gitlab.com/$(1)/$(2)/-/archive/$(3)
|
|
|
|
+
|
|
# Expressly do not check hashes for those files
|
|
# Expressly do not check hashes for those files
|
|
# Exported variables default to immediately expanded in some versions of
|
|
# Exported variables default to immediately expanded in some versions of
|
|
# make, but we need it to be recursively-epxanded, so explicitly assign it.
|
|
# make, but we need it to be recursively-epxanded, so explicitly assign it.
|