From 4a5d3ff4907796d7d2447780fac69db7d779357d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 13 Feb 2024 13:36:48 +0000 Subject: [PATCH] remove duplicated recipe --- .../wip/games/battle-of-wesnoth/recipe.toml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes/wip/games/battle-of-wesnoth/recipe.toml diff --git a/recipes/wip/games/battle-of-wesnoth/recipe.toml b/recipes/wip/games/battle-of-wesnoth/recipe.toml deleted file mode 100644 index a6e6fb33d..000000000 --- a/recipes/wip/games/battle-of-wesnoth/recipe.toml +++ /dev/null @@ -1,21 +0,0 @@ -#TODO missing script for building, see https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md -#TODO require OpenSSL 3.x -[source] -tar = "https://sourceforge.net/projects/wesnoth/files/wesnoth-1.16/wesnoth-1.16.10/wesnoth-1.16.10.tar.bz2/download" -[build] -template = "custom" -dependencies = [ - "boost", - "sdl2", - "sdl2-image", - "sdl2-mixer", - "fontconfig", - "cairo", - "pango", - "libvorbis", - "bzip2", - "zlib", - "openssl1", - "curl", - "readline", -]