Build Taskwarrior client from a Makefile using FPM!
Developed on Ubuntu, but should also support building on RedHat based systems as well.
sudo apt install -y build-essential cmake git
sudo apt install -y python2.7 ruby-dev
sudo apt install -y uuid-dev libgnutls28-dev
sudo gem install fpm
I don't use RedHat/CentOS. If you do, send me a PR to update the docs!
As simple as:
$ make
$ make install
Or to build the stable release for RedHat/CentOS:
$ make VERSION=master PACKAGE_TYPE=rpm
$ make install