The package manager designd only for command line based applications or services.
BAS is designed to be as easy to use as something like apt or dnf.
Install application: bas install <package name>
Remove application: bas remove <package name>
Update all applications: bas update
List all aplications: bas list
Add repository: bas repo add <url>
Remove repository: bas repo remove <url>
List all repositorys: bas repo list
Building BAS requires Python 3.6+ and pip to be installed on your system.
sudo apt update
sudo apt install python3 python3-pip
pip3 install pyinstaller
./build.sh
sudo dnf install python3-pip
pip install pyinstaller
./build.sh