Compile, build, and deploy Ubuntu Touch click packages all from the command line.
- 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
- Configure docker for clickable:
clickable setup-docker
- Using your favorite AUR helper, install the clickable package
- Example:
pacaur -S clickable
- Install Docker
- Install Cookiecutter
- Clone this repo:
git clone https://github.com/bhdouglass/clickable.git
- Add clickable to your PATH:
echo "export PATH=\$PATH:\$HOME/clickable" >> ~/.bashrc
- Read the new
.bashrc
file:source ~/.bashrc
- Configure docker for clickable:
clickable setup-docker
Use clickable with the Atom Editor by installing atom-build-clickable made by Stefano.
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/.