pms
pms - pack my sh*t (or software) is a minimal package manager that functions more in line with Arch's PKGBUILDS and Gentoo's ebuilds.
How to download and setup pms
Open terminal and run command
git clone https://github.com/LearnixOS/pms.git
git clone is used to create a copy or clone of pms repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pms https://github.com/LearnixOS/pms/archive/master.zip
Or simply clone pms with SSH
[email protected]:LearnixOS/pms.git