A small gtk app to help estimate the effort for a task.
- Verify
make
andcargo
are installed - Run the following commands to install the app
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
sudo make install
- Verify
make
,flatpak-builder
andflatpak
are installed - Run the following commands to build the flatpak and install it
git clone git@github.com:chefe/scrumpoker.git
cd scrumpoker
make install-flatpak