/ut-app-python-cmake-template

Ubuntu Touch Python App Template for Clickable

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

Ubuntu Touch Python CMake App Template

A template to generate apps for Ubuntu Touch that are Python and QML apps using CMake and clickable to compile it.

Usage

To get started with this template, simply run clickable init and choose the 'Python/QML App (built using CMake)' option.

OR

  • Install the needed tools
  • Generate the project
    • Run cookiecutter gh:bhdouglass/ut-app-python-cmake-template
  • Go into the directory for your new project
  • Run clickable to compile and install your new app!

License

Copyright (C) 2018 Brian Douglass

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.