From 6a1a5958a5fd1b7171859219f88248dee0dc9f00 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 14 Dec 2023 20:09:02 +0000
Subject: [PATCH] Update TODOs and fix alacritty

---
 recipes/wip/abi-cafe/recipe.toml   | 2 +-
 recipes/wip/aeruginous/recipe.toml | 2 +-
 recipes/wip/alacritty/recipe.toml  | 5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/abi-cafe/recipe.toml b/recipes/wip/abi-cafe/recipe.toml
index 74202b6e5..5dc58fe76 100644
--- a/recipes/wip/abi-cafe/recipe.toml
+++ b/recipes/wip/abi-cafe/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after an update on the libc crate)
 [source]
 git = "https://github.com/Gankra/abi-cafe"
 [build]
diff --git a/recipes/wip/aeruginous/recipe.toml b/recipes/wip/aeruginous/recipe.toml
index b524503f8..ea249d530 100644
--- a/recipes/wip/aeruginous/recipe.toml
+++ b/recipes/wip/aeruginous/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz"
 [build]
diff --git a/recipes/wip/alacritty/recipe.toml b/recipes/wip/alacritty/recipe.toml
index ea58e3bf3..8d34d5222 100644
--- a/recipes/wip/alacritty/recipe.toml
+++ b/recipes/wip/alacritty/recipe.toml
@@ -2,8 +2,11 @@
 [source]
 tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz"
 [build]
-template = "cargo"
+template = "custom"
 dependencies = [
     "freetype2",
     "fontconfig",
 ]
+script = """
+cookbook_cargo_packages alacritty
+"""
-- 
GitLab