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", -]