ignxcy / bat-old

📦 A simple Python script for installing aur packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bat

Bat is a simple "package manager" that installs aur packages using git and makepkg, only supports installing.

Example usage:

python3 main.py install neofetch-git

Or if you already have Bat installed:

bat install neofetch-git

Installation:

makepkg -sri 

Or with make:

sudo/doas make install 

How does it work?

It first git clones the aur package's git url to ~/bat/{package}
Then it cd's into the directory
And then it runs makepkg -sri, and you're done!

About

📦 A simple Python script for installing aur packages

License:MIT License


Languages

Language:Python 86.0%Language:Shell 11.6%Language:Makefile 2.4%