Yet Another Program/System Builder is make alternative written in bash.
git clone https://github.com/themispkg/yap.git ; cd yap && sudo make install
firstly we need a 'Yapfile' for this please check the wiki then we can run the 'yap' command.
there are 5 options: --build, --reverse, --version, --help, *
--build: it's generate the 'install.sh' like configuration file by GNU automake. Also there are 1 sub option called as '--reverse'.
--reverse: uninstall any program.
--version: show's current version of yap (1.0.0).
--help: show's this text.
*: install any program.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.