From 7af2fa6bc2c792d1030c8a9ebd6883cee1b2d722 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Feb 2026 20:56:00 -0300 Subject: [PATCH] Remove abandoned uget recipe --- recipes/wip/net/download/uget/recipe.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/wip/net/download/uget/recipe.toml diff --git a/recipes/wip/net/download/uget/recipe.toml b/recipes/wip/net/download/uget/recipe.toml deleted file mode 100644 index bf9dcce9..00000000 --- a/recipes/wip/net/download/uget/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO make gtk3 work -[source] -tar = "https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz/download" -[build] -template = "configure" -dependencies = [ - "gtk3", - "curl", -]