Skip to content

traumschule/tomboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build script for tomboy-ng

Ansible Playbook to build David Bannon's tomboy-ng, a rewrite of Tomboy NG in Pascal with Lazarus.

Build Status

Dependencies

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.

Build and run tomboy-ng

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

What it does

  • install Lazarus 1.8
  • download KControls
  • download tomboy-ng
  • build and run To show the task list, run
ansible-playbook tomboy.yml --list-tasks

Partials runs

In case you want to only run some parts:

ansible-playbook tomboy.yml --list-tags

Install dependencies

ansible-playbook tomboy.yml --tags deps

Download libraries

ansible-playbook tomboy.yml --tags libs

Try to build

ansible-playbook tomboy.yml --tags build

More about Ansible

About

Install Tomboy NG/Lazarus with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages