Add Termux bootstrapper

This commit is contained in:
Aoran Zeng
2025-07-12 11:03:08 +08:00
parent a70ae801b9
commit 7e3a3f5260
3 changed files with 70 additions and 13 deletions

View File

@@ -5,6 +5,8 @@
* Contributors : Nul None <nul@none.org>
* Created On : <2025-03-04>
* Last Modified : <2025-03-04>
*
* 该 recipe 存在对应的 bootstrapper
* ------------------------------------------------------------*/
/**
@@ -13,18 +15,18 @@
static Source_t
os_termux_sources[] = {
{&UpstreamProvider, NULL},
{&Ustc, "https://mirrors.ustc.edu.cn/termux/"},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/termux/"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/termux/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/termux/"},
{&Pku, "https://mirrors.pku.edu.cn/termux/"},
{&Nyist, "https://mirror.nyist.edu.cn/termux/"},
{&Nju, "https://mirror.nju.edu.cn/termux/"},
{&Sustech, "https://mirrors.sustech.edu.cn/termux/"},
{&Iscas, "https://mirror.iscas.ac.cn/termux/"},
{&Zju, "https://mirrors.zju.edu.cn/termux/"},
{&Sdu, "https://mirrors.sdu.edu.cn/termux/"},
{&Cqupt, "https://mirrors.cqupt.edu.cn/termux/"}
{&Ustc, "https://mirrors.ustc.edu.cn/termux/", NULL},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/termux/", NULL},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/termux/", NULL},
{&Bfsu, "https://mirrors.bfsu.edu.cn/termux/", NULL},
{&Pku, "https://mirrors.pku.edu.cn/termux/", NULL},
{&Nyist, "https://mirror.nyist.edu.cn/termux/", NULL},
{&Nju, "https://mirror.nju.edu.cn/termux/", NULL},
{&Sustech, "https://mirrors.sustech.edu.cn/termux/", NULL},
{&Iscas, "https://mirror.iscas.ac.cn/termux/", NULL},
{&Zju, "https://mirrors.zju.edu.cn/termux/", NULL},
{&Sdu, "https://mirrors.sdu.edu.cn/termux/", NULL},
{&Cqupt, "https://mirrors.cqupt.edu.cn/termux/", NULL}
};
def_sources_n(os_termux);