From 397cf47ad240ae1c2be6d3379ed5463917823255 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Thu, 21 May 2020 20:16:30 -0600 Subject: [PATCH] Add expat recipe --- recipes/expat/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/expat/recipe.toml diff --git a/recipes/expat/recipe.toml b/recipes/expat/recipe.toml new file mode 100644 index 000000000..47a5bd5ac --- /dev/null +++ b/recipes/expat/recipe.toml @@ -0,0 +1,5 @@ +[source] +tar = "https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2" + +[build] +template = "configure" -- GitLab