# known SITES.x SITES.github ?= https://github.com/ SITES.gitlab ?= https://gitlab.com/ SITES.srht ?= https://git.sr.ht/ # 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.github ?= \ --{//archive/}${EXTRACT_SUFX.github} TEMPLATE_DISTFILES.gitlab ?= \ --{//-/archive//}${EXTRACT_SUFX.gitlab} 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 ?= ~/