sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-28 02:05:49 +00:00
parent 124c78849b
commit 92bfff2b71
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
1237 changed files with 1829 additions and 1780 deletions

View file

@ -1,12 +1,10 @@
# known MASTER_SITES.x
MASTER_SITES.github ?= https://github.com/
MASTER_SITES.gitlab ?= https://gitlab.com/
MASTER_SITES.srht ?= https://git.sr.ht/
# known SITES.x
SITES.github ?= https://github.com/
SITES.gitlab ?= https://gitlab.com/
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
# 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
# - <account>
@ -22,7 +20,8 @@ TEMPLATE_DISTFILES.gitlab ?= \
TEMPLATE_DISTFILES.srht ?= \
<account>-<project>-{~<account>/<project>/archive/}<id>${EXTRACT_SUFX.srht}
# templates for HOMEPAGE; same substitutions as for DISTFILES.x
TEMPLATE_HOMEPAGE.github ?= https://github.com/<account>/<project>
TEMPLATE_HOMEPAGE.gitlab ?= https://gitlab.com/<account>/<project>
TEMPLATE_HOMEPAGE.srht ?= https://git.sr.ht/~<account>/<project>
# template for HOMEPAGE; same substitutions as for DISTFILES.x
# Defaults to TEMPLATE_HOMEPAGE. Set TEMPLATE_HOMEPAGE.x to use different pattern.
# - <site> - substituted, may correspond to SITES.x
TEMPLATE_HOMEPAGE ?= <site><account>/<project>
TEMPLATE_HOMEPAGE.srht ?= <site>~<account>/<project>