diff --git a/recipes/wip/dev/git-tools/auto-commit/recipe.toml b/recipes/wip/dev/git-tools/auto-commit/recipe.toml index 008262f53..e5981b811 100644 --- a/recipes/wip/dev/git-tools/auto-commit/recipe.toml +++ b/recipes/wip/dev/git-tools/auto-commit/recipe.toml @@ -1,8 +1,9 @@ #TODO compiled but not tested [source] git = "https://github.com/m1guelpf/auto-commit" +shallow_clone = true [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/git-tools/git-absorb/recipe.toml b/recipes/wip/dev/git-tools/git-absorb/recipe.toml index 698827f1e..16479b1c6 100644 --- a/recipes/wip/dev/git-tools/git-absorb/recipe.toml +++ b/recipes/wip/dev/git-tools/git-absorb/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested (after cargo update) [source] git = "https://github.com/tummychow/git-absorb" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-chain/recipe.toml b/recipes/wip/dev/git-tools/git-chain/recipe.toml index 4d6058053..c8b6494e9 100644 --- a/recipes/wip/dev/git-tools/git-chain/recipe.toml +++ b/recipes/wip/dev/git-tools/git-chain/recipe.toml @@ -1,8 +1,9 @@ #TODO compiled but not tested (after cargo update) [source] git = "https://github.com/dashed/git-chain" +shallow_clone = true [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/git-tools/git-cliff/recipe.toml b/recipes/wip/dev/git-tools/git-cliff/recipe.toml index 5e4506d25..8273da45f 100644 --- a/recipes/wip/dev/git-tools/git-cliff/recipe.toml +++ b/recipes/wip/dev/git-tools/git-cliff/recipe.toml @@ -1,8 +1,7 @@ #TODO compiled but not tested (after a patch on the ring crate) [source] git = "https://github.com/orhun/git-cliff" +shallow_clone = true [build] -template = "custom" -script = """ -cookbook_cargo_packages git-cliff -""" +template = "cargo" +cargopackages = ["git-cliff"] diff --git a/recipes/wip/dev/git-tools/git-grab/recipe.toml b/recipes/wip/dev/git-tools/git-grab/recipe.toml index c3a6e00fe..c0d5ec39c 100644 --- a/recipes/wip/dev/git-tools/git-grab/recipe.toml +++ b/recipes/wip/dev/git-tools/git-grab/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] git = "https://github.com/wezm/git-grab" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-graph/recipe.toml b/recipes/wip/dev/git-tools/git-graph/recipe.toml index ef9aacff2..3109bf631 100644 --- a/recipes/wip/dev/git-tools/git-graph/recipe.toml +++ b/recipes/wip/dev/git-tools/git-graph/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested (after cargo update) [source] git = "https://github.com/mlange-42/git-graph" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-ignore-generator/recipe.toml b/recipes/wip/dev/git-tools/git-ignore-generator/recipe.toml index 320e0d616..c74fd8fe7 100644 --- a/recipes/wip/dev/git-tools/git-ignore-generator/recipe.toml +++ b/recipes/wip/dev/git-tools/git-ignore-generator/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested (after a cargo update and a patch on the ring crate) [source] git = "https://github.com/sondr3/git-ignore" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-interactive-rebase-tool/recipe.toml b/recipes/wip/dev/git-tools/git-interactive-rebase-tool/recipe.toml index dae20f2f5..fb0a85a71 100644 --- a/recipes/wip/dev/git-tools/git-interactive-rebase-tool/recipe.toml +++ b/recipes/wip/dev/git-tools/git-interactive-rebase-tool/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] git = "https://github.com/MitMaro/git-interactive-rebase-tool" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-lfs/recipe.toml b/recipes/wip/dev/git-tools/git-lfs/recipe.toml index 1816e464d..9bc0052f8 100644 --- a/recipes/wip/dev/git-tools/git-lfs/recipe.toml +++ b/recipes/wip/dev/git-tools/git-lfs/recipe.toml @@ -1,4 +1,4 @@ -#TODO missing script for GNU Make, see https://github.com/git-lfs/git-lfs?tab=readme-ov-file#from-source +#TODO missing script for gnu make: https://github.com/git-lfs/git-lfs?tab=readme-ov-file#from-source [source] tar = "https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-v3.5.1.tar.gz" [build] diff --git a/recipes/wip/dev/git-tools/git-repo-manager/recipe.toml b/recipes/wip/dev/git-tools/git-repo-manager/recipe.toml index b7b975feb..942b1d49e 100644 --- a/recipes/wip/dev/git-tools/git-repo-manager/recipe.toml +++ b/recipes/wip/dev/git-tools/git-repo-manager/recipe.toml @@ -1,8 +1,9 @@ #TODO compiled but not tested [source] git = "https://github.com/hakoerber/git-repo-manager" +shallow_clone = true [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/git-tools/git-statuses/recipe.toml b/recipes/wip/dev/git-tools/git-statuses/recipe.toml index 778c3fccc..0972b092b 100644 --- a/recipes/wip/dev/git-tools/git-statuses/recipe.toml +++ b/recipes/wip/dev/git-tools/git-statuses/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] git = "https://github.com/bircni/git-statuses" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-subset/recipe.toml b/recipes/wip/dev/git-tools/git-subset/recipe.toml index bc4f4862b..e5fa19007 100644 --- a/recipes/wip/dev/git-tools/git-subset/recipe.toml +++ b/recipes/wip/dev/git-tools/git-subset/recipe.toml @@ -1,8 +1,9 @@ #TODO compiled but not tested (after cargo update) [source] git = "https://github.com/jasonwhite/git-subset" +shallow_clone = true [build] template = "cargo" dependencies = [ - "openssl1", + "openssl3", ] diff --git a/recipes/wip/dev/git-tools/git-tool-rs/recipe.toml b/recipes/wip/dev/git-tools/git-tool-rs/recipe.toml index 24c04fe1c..5accc0148 100644 --- a/recipes/wip/dev/git-tools/git-tool-rs/recipe.toml +++ b/recipes/wip/dev/git-tools/git-tool-rs/recipe.toml @@ -1,5 +1,6 @@ #TODO compilation error [source] git = "https://github.com/SierraSoftworks/git-tool" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-tools-rs/recipe.toml b/recipes/wip/dev/git-tools/git-tools-rs/recipe.toml index bc563046d..3ba43ce97 100644 --- a/recipes/wip/dev/git-tools/git-tools-rs/recipe.toml +++ b/recipes/wip/dev/git-tools/git-tools-rs/recipe.toml @@ -1,5 +1,6 @@ #TODO users crate error [source] git = "https://github.com/cecton/git-tools" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/gitlogue/recipe.toml b/recipes/wip/dev/git-tools/gitlogue/recipe.toml index 995192a09..b514d5f80 100644 --- a/recipes/wip/dev/git-tools/gitlogue/recipe.toml +++ b/recipes/wip/dev/git-tools/gitlogue/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] git = "https://github.com/unhappychoice/gitlogue" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/keifu/recipe.toml b/recipes/wip/dev/git-tools/keifu/recipe.toml index 08898a9d9..85034a713 100644 --- a/recipes/wip/dev/git-tools/keifu/recipe.toml +++ b/recipes/wip/dev/git-tools/keifu/recipe.toml @@ -1,6 +1,7 @@ #TODO not compiled or tested [source] git = "https://github.com/trasta298/keifu" +shallow_clone = true [build] template = "cargo" [package] diff --git a/recipes/wip/dev/git-tools/lazygh/recipe.toml b/recipes/wip/dev/git-tools/lazygh/recipe.toml index ecc9e929c..8819a46ff 100644 --- a/recipes/wip/dev/git-tools/lazygh/recipe.toml +++ b/recipes/wip/dev/git-tools/lazygh/recipe.toml @@ -1,5 +1,6 @@ #TODO x11rb and rustix crates error [source] git = "https://github.com/kmj-007/lazygh" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/lazygit/recipe.toml b/recipes/wip/dev/git-tools/lazygit/recipe.toml index 0969eefb1..1cdac8ff3 100644 --- a/recipes/wip/dev/git-tools/lazygit/recipe.toml +++ b/recipes/wip/dev/git-tools/lazygit/recipe.toml @@ -1,7 +1,7 @@ #TODO: Incomplete std/syscall porting, or vendor patches [source] git = "https://github.com/jesseduffield/lazygit" - +shallow_clone = true [build] template = "custom" dev-dependencies = [ diff --git a/recipes/wip/dev/git-tools/oyo/recipe.toml b/recipes/wip/dev/git-tools/oyo/recipe.toml index 7ca99f5b7..29a64d790 100644 --- a/recipes/wip/dev/git-tools/oyo/recipe.toml +++ b/recipes/wip/dev/git-tools/oyo/recipe.toml @@ -1,8 +1,7 @@ #TODO not compiled or tested [source] git = "https://github.com/ahkohd/oyo" +shallow_clone = true [build] -template = "custom" -script = """ -cookbook_cargo_packages oyo -""" +template = "cargo" +cargopackages = ["oyo"] diff --git a/recipes/wip/dev/git-tools/patchy/recipe.toml b/recipes/wip/dev/git-tools/patchy/recipe.toml index 34c524912..874a59479 100644 --- a/recipes/wip/dev/git-tools/patchy/recipe.toml +++ b/recipes/wip/dev/git-tools/patchy/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] git = "https://github.com/nik-rev/patchy" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/riff/recipe.toml b/recipes/wip/dev/git-tools/riff/recipe.toml index 24d743ab4..95664bd24 100644 --- a/recipes/wip/dev/git-tools/riff/recipe.toml +++ b/recipes/wip/dev/git-tools/riff/recipe.toml @@ -1,5 +1,6 @@ #TODO compiled but not tested [source] git = "https://github.com/walles/riff" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/serie/recipe.toml b/recipes/wip/dev/git-tools/serie/recipe.toml index df2889e71..c28f53f7f 100644 --- a/recipes/wip/dev/git-tools/serie/recipe.toml +++ b/recipes/wip/dev/git-tools/serie/recipe.toml @@ -1,5 +1,6 @@ #TODO x11rb and rustix crates error [source] git = "https://github.com/lusingander/serie" +shallow_clone = true [build] template = "cargo" diff --git a/recipes/wip/dev/git-tools/shackle-shell/recipe.toml b/recipes/wip/dev/git-tools/shackle-shell/recipe.toml index 960e2e274..93d73e4a2 100644 --- a/recipes/wip/dev/git-tools/shackle-shell/recipe.toml +++ b/recipes/wip/dev/git-tools/shackle-shell/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] git = "https://codeberg.org/worthe-it/shackle-shell" +shallow_clone = true [build] template = "cargo"