dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_c.j2

11 lines
124 B
Django/Jinja

{% if termux %}
{# Otherwise installed by base-devel or equivalent #}
make
gcc
{% endif %}
cmake
clang
ccache
gdb
{# EOF #}