From 6b05835174c90dc09e2d1908dbcfa89500e0d9ff Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Tue, 27 Aug 2019 05:14:30 +0200 Subject: [PATCH] New recipe: libargp. --- libargp/recipe.spec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libargp/recipe.spec diff --git a/libargp/recipe.spec b/libargp/recipe.spec new file mode 100644 index 0000000..1abde13 --- /dev/null +++ b/libargp/recipe.spec @@ -0,0 +1,13 @@ +name: libargp +version: 1.3-1 +release: 1 +sources: https://github.com/amylum/libargp/releases/download/%{version}/libargp.tar.gz -> %{name}-%{version}.tar.gz + +@configure + mv * ../root + +@build + true + +@install + true