- https://github.com/computate-org/computate_powertools
- https://github.com/computate-org/computate_libmodplug
- https://github.com/computate-org/computate_physfs
- https://github.com/computate-org/computate_luajit
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_love
# Clone the love ansible role.
git clone [email protected]:computate-org/computate_love.git ~/.ansible/roles/computate.computate_love
# Change into the love ansible role directory.
cd ~/.ansible/roles/computate.computate_love
ansible-playbook install.yml
Christopher Tate