Files
AeroPkg/assets/var/gnu/libeconf.md

14 lines
232 B
Markdown
Raw Normal View History

2025-11-18 19:46:36 +03:00
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 \
..
```