# known MASTER_SITES.x MASTER_SITES.github ?= https://github.com/ MASTER_SITES.gitlab ?= https://gitlab.com/ MASTER_SITES.srht ?= https://git.sr.ht/ # EXTRACT_SUFX.x for each site EXTRACT_SUFX.github ?= .tar.gz EXTRACT_SUFX.gitlab ?= .tar.gz EXTRACT_SUFX.srht ?= .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} # templates for HOMEPAGE; same substitutions as for DISTFILES.x TEMPLATE_HOMEPAGE.github ?= https://github.com// TEMPLATE_HOMEPAGE.gitlab ?= https://gitlab.com// TEMPLATE_HOMEPAGE.srht ?= https://git.sr.ht/~/