From 539bb4561beea25838fccc2730cca998656c18ba Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Thu, 17 Oct 2019 10:39:56 +0200 Subject: [PATCH] New recipe: yash. --- yash/recipe.spec | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 yash/recipe.spec diff --git a/yash/recipe.spec b/yash/recipe.spec new file mode 100644 index 0000000..281bda9 --- /dev/null +++ b/yash/recipe.spec @@ -0,0 +1,6 @@ +name: yash +version: 2.48 +sources: https://github.com/magicant/yash/releases/download/%{version}/yash-%{version}.tar.gz + +options: + - configure: CFLAGS="-O2 -fPIC -D_POSIX_C_SOURCE"