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