使用 chef_prep_this()

This commit is contained in:
Aoran Zeng 2025-08-22 13:08:27 +08:00
parent 12e69edb86
commit adca7b3ea2
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
69 changed files with 75 additions and 151 deletions

View File

@ -7,8 +7,7 @@ def_target(pl_clojure, "clojure/clojars/cloj/lein");
void
pl_clojure_prelude ()
{
use_this(pl_clojure);
chef_allow_s(pl_clojure);
chef_prep_this (pl_clojure, s);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_dart_flutter, "flutter");
void
pl_dart_flutter_prelude (void)
{
use_this(pl_dart_flutter);
chef_allow_gsr(pl_dart_flutter);
chef_prep_this (pl_dart_flutter, gsr);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-07-11");

View File

@ -7,8 +7,7 @@ def_target(pl_dart, "dart/pub");
void
pl_dart_prelude (void)
{
use_this(pl_dart);
chef_allow_gsr(pl_dart);
chef_prep_this (pl_dart, gsr);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-07-11");

View File

@ -21,8 +21,7 @@ def_target(pl_go, "go/golang/goproxy");
void
pl_go_prelude ()
{
use_this(pl_go);
chef_allow_gsr(pl_go);
chef_prep_this (pl_go, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_haskell, "haskell/cabal/stack/hackage");
void
pl_haskell_prelude ()
{
use_this(pl_haskell);
chef_allow_s(pl_haskell);
chef_prep_this (pl_haskell, s);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_java, "java/maven/mvn/gradle");
void
pl_java_prelude ()
{
use_this(pl_java);
chef_allow_gsr(pl_java);
chef_prep_this (pl_java, gsr);
chef_set_created_on (this, "2023-08-31");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_js_bun, "bun");
void
pl_js_bun_prelude (void)
{
use_this(pl_js_bun);
chef_allow_gsr(pl_js_bun);
chef_prep_this (pl_js_bun, gsr);
chef_set_created_on (this, "2024-09-29");
chef_set_last_updated (this, "2025-07-22");

View File

@ -70,8 +70,7 @@ pl_js_group_setsrc (char *option)
chsrc_set_target_group_mode ();
use_this(pl_js_group);
Source_t source = chsrc_yield_source_and_confirm (this, option);
use_this_source (pl_js_group);
if (npm_exist)
{

View File

@ -7,8 +7,7 @@ def_target(pl_js_yarn, "yarn");
void
pl_js_yarn_prelude (void)
{
use_this(pl_js_yarn);
chef_allow_gsr(pl_js_yarn);
chef_prep_this (pl_js_yarn, gsr);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-07-11");

View File

@ -14,8 +14,7 @@ def_target(pl_js_group, "js/javascript/node/nodejs");
void
pl_js_group_prelude (void)
{
use_this(pl_js_group);
chef_allow_gsr(pl_js_group);
chef_prep_this (pl_js_group, gsr);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-07-11");
@ -51,8 +50,7 @@ def_target(pl_js_nodejs_binary, "__internal_use_nodejs_binary__");
void
pl_js_nodejs_binary_prelude (void)
{
use_this(pl_js_nodejs_binary);
chef_allow_gsr(pl_js_group);
chef_prep_this (pl_js_nodejs_binary, NOOP);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-07-11");

View File

@ -7,8 +7,7 @@ def_target(pl_js_npm, "npm");
void
pl_js_npm_prelude (void)
{
use_this(pl_js_npm);
chef_allow_gsr(pl_js_npm);
chef_prep_this (pl_js_npm, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-07-11");

View File

@ -7,8 +7,7 @@ def_target(pl_js_nvm, "nvm");
void
pl_js_nvm_prelude (void)
{
use_this(pl_js_nvm);
chef_allow_gsr(pl_js_nvm);
chef_prep_this (pl_js_nvm, gsr);
chef_set_created_on (this, "2024-09-23");
chef_set_last_updated (this, "2025-06-19");

View File

@ -7,8 +7,7 @@ def_target(pl_js_pnpm, "pnpm");
void
pl_js_pnpm_prelude (void)
{
use_this(pl_js_pnpm);
chef_allow_gsr(pl_js_pnpm);
chef_prep_this (pl_js_pnpm, gsr);
chef_set_created_on (this, "2024-04-18");
chef_set_last_updated (this, "2025-07-11");

View File

@ -7,8 +7,7 @@ def_target(pl_julia, "julia");
void
pl_julia_prelude ()
{
use_this(pl_julia);
chef_allow_gs(pl_julia);
chef_prep_this (pl_julia, gs);
chef_set_created_on (this, "2023-08-31");
chef_set_last_updated (this, "2025-08-10");

View File

@ -14,8 +14,7 @@ def_target(pl_lua, "lua/luarocks");
void
pl_lua_prelude ()
{
use_this(pl_lua);
chef_allow_gs(pl_lua);
chef_prep_this (pl_lua, gs);
chef_set_created_on (this, "2023-09-27");
chef_set_last_updated (this, "2025-08-10");
@ -49,8 +48,7 @@ pl_lua_getsrc (char *option)
void
pl_lua_setsrc (char *option)
{
use_this(pl_lua);
Source_t source = chsrc_yield_source_and_confirm (this, option);
use_this_source (pl_lua);
char *config = xy_strcat (3, "rocks_servers = {\n"
" \"", source.url, "\"\n"

View File

@ -7,8 +7,7 @@ def_target(pl_nuget, "nuget/net/.net/dotnet");
void
pl_nuget_prelude ()
{
use_this(pl_nuget);
chef_allow_gs(pl_nuget);
chef_prep_this (pl_nuget, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_ocaml, "ocaml/opam");
void
pl_ocaml_prelude ()
{
use_this(pl_ocaml);
chef_allow_gs(pl_ocaml);
chef_prep_this (pl_ocaml, gs);
chef_set_created_on (this, "2023-09-15");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_php, "php/composer");
void
pl_php_prelude ()
{
use_this(pl_php);
chef_allow_gs(pl_php);
chef_prep_this (pl_php, gs);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");
@ -56,8 +55,7 @@ pl_php_setsrc (char *option)
{
pl_php_check_cmd ();
use_this(pl_php);
Source_t source = chsrc_yield_source_and_confirm (this, option);
use_this_source (pl_php);
char *where = " -g ";
if (chsrc_in_local_mode())

View File

@ -7,8 +7,7 @@ def_target(pl_perl, "perl/cpan");
void
pl_perl_prelude ()
{
use_this(pl_perl);
chef_allow_gs(pl_perl);
chef_prep_this (pl_perl, gs);
chef_set_created_on (this, "2023-09-31");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(pl_python_pdm, "pdm");
void
pl_python_pdm_prelude (void)
{
use_this(pl_python_pdm);
chef_allow_gsr(pl_python_pdm);
chef_prep_this (pl_python_pdm, gsr);
chef_set_created_on (this, "2024-06-05");
chef_set_last_updated (this, "2025-07-11");
@ -22,9 +21,6 @@ pl_python_pdm_prelude (void)
chef_allow_english(this);
chef_allow_user_define(this);
// 使用 pl_python_group 的源
this->sources = pl_python_group_target.sources;
this->sources_n = pl_python_group_target.sources_n;
}

View File

@ -7,8 +7,7 @@ def_target(pl_python_poetry, "poetry");
void
pl_python_poetry_prelude (void)
{
use_this(pl_python_poetry);
chef_allow_gsr(pl_python_poetry);
chef_prep_this (pl_python_poetry, gsr);
chef_set_created_on (this, "2024-08-08");
chef_set_last_updated (this, "2025-07-11");

View File

@ -58,8 +58,7 @@ pl_python_group_setsrc (char *option)
chsrc_set_target_group_mode ();
use_this(pl_python_group);
Source_t source = chsrc_yield_source_and_confirm (this, option);
use_this_source (pl_python_group);
// 交给后面检查命令的存在性

View File

@ -9,8 +9,7 @@ def_target(pl_python_rye, "rye");
void
pl_python_rye_prelude (void)
{
use_this(pl_python_rye);
chef_allow_gsr(pl_python_rye);
chef_prep_this (pl_python_rye, gsr);
chef_set_created_on (this, "2024-12-06");
chef_set_last_updated (this, "2025-08-09");

View File

@ -22,8 +22,7 @@ pl_python_speed_url_constructor (const char *url, const char *user_data)
void
pl_python_group_prelude (void)
{
use_this(pl_python_group);
chef_allow_gsr(pl_python_group);
chef_prep_this (pl_python_group, gsr);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-07-14");
@ -73,7 +72,7 @@ pl_python_check_unofficial_pkger (bool *poetry_exist, bool *pdm_exist, bool *uv_
/**
* @param[out] prog Python NULL
* @param[out] prog_name Python NULL
*/
void
pl_python_get_py_program_name (char **prog_name)

View File

@ -7,8 +7,7 @@ def_target(pl_python_pip, "pip");
void
pl_python_pip_prelude (void)
{
use_this(pl_python_pip);
chef_allow_gsr(pl_python_pip);
chef_prep_this (pl_python_pip, gsr);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-07-11");

View File

@ -7,8 +7,7 @@ def_target(pl_python_uv, "uv");
void
pl_python_uv_prelude (void)
{
use_this(pl_python_uv);
chef_allow_gsr(pl_python_uv);
chef_prep_this (pl_python_uv, gsr);
chef_set_created_on (this, "2024-12-11");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(pl_r, "r/cran");
void
pl_r_prelude ()
{
use_this(pl_r);
chef_allow_gs(pl_r);
chef_prep_this (pl_r, gs);
chef_set_created_on (this, "2023-09-21");
chef_set_last_updated (this, "2025-08-10");

View File

@ -14,8 +14,7 @@ def_target(pl_ruby, "gem/ruby/rb/rubygem/rubygems/bundler");
void
pl_ruby_prelude (void)
{
use_this(pl_ruby);
chef_allow_gsr(pl_ruby);
chef_prep_this (pl_ruby, gsr);
chef_set_created_on (this, "2023-08-29");
chef_set_last_updated (this, "2025-08-11");

View File

@ -7,8 +7,7 @@ def_target(pl_rust_cargo, "rust/cargo/crate/crates");
void
pl_rust_cargo_prelude (void)
{
use_this(pl_rust_cargo);
chef_allow_gsr(pl_rust_cargo);
chef_prep_this (pl_rust_cargo, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-07-22");

View File

@ -10,8 +10,7 @@ def_target(pl_rust_rustup, "rustup");
void
pl_rust_rustup_prelude (void)
{
use_this(pl_rust_rustup);
chef_allow_gsr(pl_rust_rustup);
chef_prep_this (pl_rust_rustup, gsr);
chef_set_created_on (this, "2024-10-02");
chef_set_last_updated (this, "2025-08-07");

View File

@ -7,8 +7,7 @@ def_target(os_armbian, "armbian");
void
os_armbian_prelude ()
{
use_this(os_armbian);
chef_allow_gsr(os_armbian);
chef_prep_this (os_armbian, gsr);
chef_set_created_on (this, "2024-06-14");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_debian, "debian");
void
os_debian_prelude ()
{
use_this(os_debian);
chef_allow_gsr(os_debian);
chef_prep_this (os_debian, gsr);
chef_set_created_on (this, "2023-09-02");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_kali, "kali");
void
os_kali_prelude ()
{
use_this(os_kali);
chef_allow_gsr(os_kali);
chef_prep_this (os_kali, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_linuxlite, "linuxlite");
void
os_linuxlite_prelude ()
{
use_this(os_linuxlite);
chef_allow_gsr(os_linuxlite);
chef_prep_this (os_linuxlite, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_linuxmint, "linuxmint");
void
os_linuxmint_prelude ()
{
use_this(os_linuxmint);
chef_allow_gs(os_linuxmint);
chef_prep_this (os_linuxmint, gs);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_ros, "ros/ros2");
void
os_ros_prelude ()
{
use_this(os_ros);
chef_allow_gs(os_ros);
chef_prep_this (os_ros, gs);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");

View File

@ -9,8 +9,7 @@ def_target(os_raspberrypi, "raspi/raspberrypi");
void
os_raspberrypi_prelude ()
{
use_this(os_raspberrypi);
chef_allow_gsr(os_raspberrypi);
chef_prep_this (os_raspberrypi, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_termux, "termux");
void
os_termux_prelude ()
{
use_this(os_termux);
chef_allow_gsr(os_termux);
chef_prep_this (os_termux, gsr);
chef_set_created_on (this, "2025-03-04");
chef_set_last_updated (this, "2025-08-10");

View File

@ -9,8 +9,7 @@ def_target(os_trisquel, "trisquel");
void
os_trisquel_prelude ()
{
use_this(os_trisquel);
chef_allow_gsr(os_trisquel);
chef_prep_this (os_trisquel, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -8,8 +8,7 @@ def_target(os_ubuntu, "ubuntu/zorinos");
void
os_ubuntu_prelude ()
{
use_this(os_ubuntu);
chef_allow_gsr(os_ubuntu);
chef_prep_this (os_ubuntu, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_deepin, "deepin");
void
os_deepin_prelude ()
{
use_this(os_deepin);
chef_allow_gsr(os_deepin);
chef_prep_this (os_deepin, gsr);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-10");

View File

@ -10,8 +10,7 @@ def_target(os_openkylin, "openkylin");
void
os_openkylin_prelude ()
{
use_this(os_openkylin);
chef_allow_gsr(os_openkylin);
chef_prep_this (os_openkylin, gsr);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_alpine, "alpine");
void
os_alpine_prelude ()
{
use_this(os_alpine);
chef_allow_gs(os_alpine);
chef_prep_this (os_alpine, gs);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_freebsd, "freebsd");
void
os_freebsd_prelude ()
{
use_this(os_freebsd);
chef_allow_s(os_freebsd);
chef_prep_this (os_freebsd, s);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");
@ -47,7 +46,7 @@ os_freebsd_setsrc (char *option)
// 据 @yklaFreeBSD不自带sudo但是我们依然要保证是root权限
chsrc_ensure_root ();
use_this(os_freebsd);
use_this (os_freebsd);
int index = use_specific_mirror_or_auto_select (option, this);
Source_t source = this->sources[index];

View File

@ -7,8 +7,7 @@ def_target(os_netbsd, "netbsd");
void
os_netbsd_prelude ()
{
use_this(os_netbsd);
chef_allow_gs(os_netbsd);
chef_prep_this (os_netbsd, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_openbsd, "openbsd");
void
os_openbsd_prelude ()
{
use_this(os_openbsd);
chef_allow_gs(os_openbsd);
chef_prep_this (os_openbsd, gs);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_gentoo, "gentoo");
void
os_gentoo_prelude ()
{
use_this(os_gentoo);
chef_allow_s(os_gentoo);
chef_prep_this (os_gentoo, s);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_openwrt, "openwrt/opkg/LEDE");
void
os_openwrt_prelude ()
{
use_this(os_openwrt);
chef_allow_gsr(os_openwrt);
chef_prep_this (os_openwrt, gsr);
chef_set_created_on (this, "2024-08-08");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_solus, "solus");
void
os_solus_prelude ()
{
use_this(os_solus);
chef_allow_s(os_solus);
chef_prep_this (os_solus, s);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_voidlinux, "voidlinux");
void
os_voidlinux_prelude ()
{
use_this(os_voidlinux);
chef_allow_gsr(os_voidlinux);
chef_prep_this (os_voidlinux, gsr);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_almalinux, "alma/almalinux");
void
os_almalinux_prelude ()
{
use_this(os_almalinux);
chef_allow_s(os_almalinux);
chef_prep_this (os_almalinux, s);
chef_set_created_on (this, "2024-06-12");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_anolis, "anolis/openanolis");
void
os_anolis_prelude ()
{
use_this(os_anolis);
chef_allow_s(os_anolis);
chef_prep_this (os_anolis, s);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_fedora, "fedora");
void
os_fedora_prelude ()
{
use_this(os_fedora);
chef_allow_sr(os_fedora);
chef_prep_this (os_fedora, sr);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_rockylinux, "rocky/rockylinux");
void
os_rockylinux_prelude ()
{
use_this(os_rockylinux);
chef_allow_sr(os_rockylinux);
chef_prep_this (os_rockylinux, sr);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_openeuler, "openeuler");
void
os_openeuler_prelude ()
{
use_this(os_openeuler);
chef_allow_gs(os_openeuler);
chef_prep_this (os_openeuler, gs);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_opensuse, "opensuse/opensuse-leap/opensuse-tumbleweed");
void
os_opensuse_prelude ()
{
use_this(os_opensuse);
chef_allow_s(os_opensuse);
chef_prep_this (os_opensuse, s);
chef_set_created_on (this, "2023-09-17");
chef_set_last_updated (this, "2025-08-10");

View File

@ -10,8 +10,7 @@ def_target(os_arch, "arch/archlinux");
void
os_arch_prelude ()
{
use_this(os_arch);
chef_allow_gs(os_arch);
chef_prep_this (os_arch, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");
@ -113,8 +112,7 @@ def_target(os_archlinuxcn, "archlinuxcn/archcn");
void
os_archlinuxcn_prelude ()
{
use_this(os_archlinuxcn);
chef_allow_gs(os_archlinuxcn);
chef_prep_this (os_archlinuxcn, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_msys2, "msys2/msys");
void
os_msys2_prelude ()
{
use_this(os_msys2);
chef_allow_s(os_msys2);
chef_prep_this (os_msys2, s);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");

View File

@ -7,8 +7,7 @@ def_target(os_manjaro, "manjaro");
void
os_manjaro_prelude ()
{
use_this(os_manjaro);
chef_allow_s(os_manjaro);
chef_prep_this (os_manjaro, s);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");

View File

@ -9,8 +9,7 @@ def_target(wr_anaconda, "conda/anaconda");
void
wr_anaconda_prelude ()
{
use_this(wr_anaconda);
chef_allow_gs(wr_anaconda);
chef_prep_this (wr_anaconda, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(wr_cocoapods, "cocoa/cocoapods/cocoapod");
void
wr_cocoapods_prelude ()
{
use_this(wr_cocoapods);
chef_allow_s(wr_cocoapods);
chef_prep_this (wr_cocoapods, s);
chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09");

View File

@ -24,8 +24,7 @@ def_target(wr_docker, "docker/dockerhub");
void
wr_docker_prelude ()
{
use_this(wr_docker);
chef_allow_gs(wr_docker);
chef_prep_this (wr_docker, gs);
chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09");

View File

@ -14,8 +14,7 @@ def_target(wr_emacs, "emacs/elpa");
void
wr_emacs_prelude ()
{
use_this(wr_emacs);
chef_allow_s(wr_emacs);
chef_prep_this (wr_emacs, s);
chef_set_created_on (this, "2023-10-10");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(wr_flatpak, "flatpak/flathub");
void
wr_flatpak_prelude ()
{
use_this(wr_flatpak);
chef_allow_gsr(wr_flatpak);
chef_prep_this (wr_flatpak, gsr);
chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(wr_guix, "guix");
void
wr_guix_prelude ()
{
use_this(wr_guix);
chef_allow_s(wr_guix);
chef_prep_this (wr_guix, s);
chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09");

View File

@ -9,8 +9,7 @@ def_target(wr_homebrew, "brew/homebrew");
void
wr_homebrew_prelude ()
{
use_this(wr_homebrew);
chef_allow_gs(wr_homebrew);
chef_prep_this (wr_homebrew, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(wr_nix, "nix");
void
wr_nix_prelude ()
{
use_this(wr_nix);
chef_allow_s(wr_nix);
chef_prep_this (wr_nix, s);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-09");

View File

@ -9,8 +9,7 @@ def_target(wr_tex, "latex/ctan/tex/texlive/miktex/tlmgr/mpm");
void
wr_tex_prelude ()
{
use_this(wr_tex);
chef_allow_gs(wr_tex);
chef_prep_this (wr_tex, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09");

View File

@ -7,8 +7,7 @@ def_target(wr_winget, "winget");
void
wr_winget_prelude ()
{
use_this(wr_winget);
chef_allow_gsr(wr_winget);
chef_prep_this (wr_winget, gsr);
chef_set_created_on (this, "2024-06-07");
chef_set_last_updated (this, "2025-08-17");