Ansible Playbook to build David Bannon's tomboy-ng, a rewrite of Tomboy NG in Pascal with Lazarus.
To run the playbook these need to be installed
- python
- pip
- ansible (install with
pip install ansible) The playbook should run on multiple systems (Debian derivates and Mac). If it fails, please create an issue or write to the mailinglist.
Install dependencies and build:
./bin/configure.sh
This is equivalent to
ansible-playbook tomboy.yml
After changing the code, rebuild with
./bin/make.sh
or
ansible-playbook tomboy.yml --tags build
- install Lazarus 1.8
- download KControls
- download tomboy-ng
- build and run To show the task list, run
ansible-playbook tomboy.yml --list-tasks
In case you want to only run some parts:
ansible-playbook tomboy.yml --list-tags
ansible-playbook tomboy.yml --tags deps
ansible-playbook tomboy.yml --tags libs
ansible-playbook tomboy.yml --tags build