# known SITES.x SITES.codeberg ?= https://codeberg.org/ SITES.github ?= https://github.com/ SITES.gitlab ?= https://gitlab.com/ SITES.kde ?= https://invent.kde.org/ SITES.srht ?= https://git.sr.ht/ SITES.gnome ?= https://gitlab.gnome.org/ # set EXTRACT_SUFX.x if different from TEMPLATE_EXTRACT_SUFX TEMPLATE_EXTRACT_SUFX ?= .tar.gz # templates for the DISTFILES.x; the following strings are substituted based on DIST_TUPLE # - # - # - # - - used automatically if is in tag format TEMPLATE_DISTFILES.codeberg ?= \ --{//archive/}${EXTRACT_SUFX.codeberg} TEMPLATE_DISTFILES.github ?= \ --{//archive/}${EXTRACT_SUFX.github} TEMPLATE_DISTFILES.gitlab ?= \ --{//-/archive//}${EXTRACT_SUFX.gitlab} TEMPLATE_DISTFILES.gnome ?= \ --{//-/archive//}-${EXTRACT_SUFX.gnome} TEMPLATE_DISTFILES.kde ?= \ --{//-/archive//}${EXTRACT_SUFX.kde} TEMPLATE_DISTFILES.srht ?= \ --{~//archive/}${EXTRACT_SUFX.srht} # template for HOMEPAGE; same substitutions as for DISTFILES.x # Defaults to TEMPLATE_HOMEPAGE. Set TEMPLATE_HOMEPAGE.x to use different pattern. # - - substituted, may correspond to SITES.x TEMPLATE_HOMEPAGE ?= / TEMPLATE_HOMEPAGE.srht ?= ~/