before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

View File

@ -0,0 +1,13 @@
libeconf 0.8.0
=
https://github.com/openSUSE/libeconf/archive/refs/tags/v0.8.0.tar.gz
``` sh *** build ***
mkdir build
cd build
meson setup \
--prefix=/pkg/gnu/libeconf \
--libdir=lib \
--buildtype=release \
..
```