diff --git a/recipes/dev/gitoxide/recipe.toml b/recipes/dev/gitoxide/recipe.toml index 9b025507..884cc64e 100644 --- a/recipes/dev/gitoxide/recipe.toml +++ b/recipes/dev/gitoxide/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://github.com/Byron/gitoxide.git" +shallow_clone = true [build] dependencies = [ @@ -11,4 +12,3 @@ export OPENSSL_DIR="${COOKBOOK_SYSROOT}" export OPENSSL_STATIC="true" cookbook_cargo """ - diff --git a/recipes/dev/luarocks/recipe.toml b/recipes/dev/luarocks/recipe.toml index 7440a572..799913a7 100644 --- a/recipes/dev/luarocks/recipe.toml +++ b/recipes/dev/luarocks/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://github.com/luarocks/luarocks.git" +shallow_clone = true [build] template = "custom" dependencies = [ diff --git a/recipes/games/sm64ex/recipe.toml b/recipes/games/sm64ex/recipe.toml index 1a1f46fc..97442683 100644 --- a/recipes/games/sm64ex/recipe.toml +++ b/recipes/games/sm64ex/recipe.toml @@ -1,3 +1,4 @@ +# XXX: Do not distribute https://github.com/sm64pc/sm64ex/issues/89 [source] git = "https://github.com/jackpot51/sm64ex.git" diff --git a/recipes/tui/goaccess/recipe.toml b/recipes/tui/goaccess/recipe.toml index 7fcff9e3..8172648d 100644 --- a/recipes/tui/goaccess/recipe.toml +++ b/recipes/tui/goaccess/recipe.toml @@ -30,15 +30,10 @@ chmod +x "$COOKBOOK_BUILD/bin2c" export COOKBOOK_NOSTRIP=1 DYNAMIC_INIT COOKBOOK_CONFIGURE_FLAGS+=( - --host=$ARCH-unknown-redox --enable-utf8 --disable-geoip - --prefix=/usr --disable-dependency-tracking --with-bin2c-path="$COOKBOOK_BUILD/src/bin2c" ) cookbook_configure """ - - -