cdbk 0.3.4

a way to bundle apps for linux
[Desktop Entry]
Name={{ name }}
Exec={{ exec }}
Path={{ exec_dir }}
Terminal={{ terminal }}
Type=Application
{% if description %}
Comment={{ description }}
{% endif %}
{% if icon %}
Icon={{ icon }}
{% endif %}
{% if categories %}
Categories={% for category in categories %}{{ category }};{% endfor %}
{% endif %}
Actions=Uninstall;
[Desktop Action Uninstall]
Terminal=false
Name=Uninstall {{ name }}
Exec={{ BIN }} remove {{ name }}
Icon=user-trash