A package manager for people who love building from source
purr is a simple package manager that can build any type of application that uses a Makefile to build. Written in C and Python, it is modular, small and is VERY slow.
clone the repo
git clone https://github.com/sirruserror/purr
cd purrDO NOT DELETE THE .git FOLDER! it is important for detecting updates.
sudo makethen test with a test tool
sudo purr install mfget --no-conf # no conf so you dont have to confirm the installupgrade purr
sudo purr-upgrade --no-confContributions are appreciated, fork the repo and do a pull request.
Credits to kma, spakezz and me :).
purr is licensed under the GPLv3 (GNU Public General License Version 3), see more in LICENSE.