/clickable

Compile, build, and deploy Ubuntu Touch click packages all from the command line.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Clickable

Compile, build, and deploy Ubuntu Touch click packages all from the command line.

Install

Via PPA (Ubuntu)

  • Add the PPA to your system: sudo add-apt-repository ppa:bhdouglass/clickable
  • Update your package list: sudo apt-get update
  • Install clickable: sudo apt-get install clickable

Via Git

  • Install Docker
  • Install Cookiecutter
  • Clone this repo: git clone https://github.com/bhdouglass/clickable.git
  • Add clickable to your PATH: PATH=$PATH:/path/to/clickable
    • It is recommended to save this to your ~/.bashrc

Post Setup

Run clickable setup-docker to ensure that docker is configured for use with clickable.

Docs

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/.