11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
|
{% if termux %}
|
||
|
{# Otherwise installed by base-devel or equivalent #}
|
||
|
make
|
||
|
gcc
|
||
|
{% endif %}
|
||
|
cmake
|
||
|
clang
|
||
|
ccache
|
||
|
gdb
|
||
|
{# EOF #}
|