LICENSE
MANIFEST.in
README.md
pyproject.toml
src/fdbuild/__init__.py
src/fdbuild/__main__.py
src/fdbuild/arguments.py
src/fdbuild/chainer.py
src/fdbuild/config.py
src/fdbuild/defaulttexts.py
src/fdbuild/exceptions.py
src/fdbuild/log.py
src/fdbuild/main.py
src/fdbuild/pluginfactory.py
src/fdbuild/project.py
src/fdbuild/settings.py
src/fdbuild/stage.py
src/fdbuild/step.py
src/fdbuild/structurizer.py
src/fdbuild/templater.py
src/fdbuild/utils.py
src/fdbuild/work_unit.py
src/fdbuild.egg-info/PKG-INFO
src/fdbuild.egg-info/SOURCES.txt
src/fdbuild.egg-info/dependency_links.txt
src/fdbuild.egg-info/entry_points.txt
src/fdbuild.egg-info/requires.txt
src/fdbuild.egg-info/top_level.txt
src/fdbuild/plugins/__init__.py
src/fdbuild/plugins/templates.py
src/fdbuild/plugins/stages/__init__.py
src/fdbuild/plugins/stages/build.py
src/fdbuild/plugins/stages/configure.py
src/fdbuild/plugins/stages/install.py
src/fdbuild/plugins/stages/source.py
src/fdbuild/plugins/steps/__init__.py
src/fdbuild/plugins/steps/autoconf.py
src/fdbuild/plugins/steps/cmake.py
src/fdbuild/plugins/steps/git.py
src/fdbuild/plugins/steps/make.py
src/fdbuild/plugins/steps/meson.py
src/fdbuild/plugins/steps/ninja.py
src/fdbuild/plugins/structurizers/__init__.py
src/fdbuild/plugins/structurizers/kde.py
src/fdbuild/templates/cmake.yaml
src/fdbuild/templates/default-autoconf.yaml
src/fdbuild/templates/default-cmake.yaml
src/fdbuild/templates/default-meson.yaml
src/fdbuild/templates/gcc.yaml
src/fdbuild/templates/kwinft.yaml
src/fdbuild/templates/libx.yaml
src/fdbuild/templates/linux-desktop-meta.yaml
src/fdbuild/templates/linux-graphics-meta.yaml
src/fdbuild/templates/llvm.yaml
src/fdbuild/templates/media.yaml
src/fdbuild/templates/qt5.yaml
src/fdbuild/templates/qt6.yaml
src/fdbuild/templates/wayland.yaml
src/fdbuild/templates/weston.yaml
src/fdbuild/templates/wlroots.yaml
src/fdbuild/templates/xcb.yaml
src/fdbuild/templates/xorgproto.yaml
src/fdbuild/templates/xserver.yaml
src/fdbuild/templates/drm/template.yaml
src/fdbuild/templates/kwinft-plasma-meta/kwinft-adapt.py
src/fdbuild/templates/kwinft-plasma-meta/template.yaml
src/fdbuild/templates/mesa/copy-cross-file.py
src/fdbuild/templates/mesa/meson-cross-file
src/fdbuild/templates/mesa/template.yaml