Safe and Easy way to build and install packages directly from Arch User Repository
- Uses policy-kit instead of
sudo
for installing dependencies and package - Install directly from aur.archlinux.org
- One click install only after scrolling through PKGBUILD
- Delete build files after install
- Excellent logging system and view live install using
tail -f
if required - Get notified at each step
Install button on PKGBUILD page | Informative Notifications |
---|---|
Policy Kit Prompt | Live Log using tail -f |
- There are two parts to installing aurishem
-
- The arch user repository package can be found on https://aur.archlinux.org/packages/aurishem
- If you have yay or paru as aur helpers run
yay -S aurishem
ORparu -S aurishem
respectively - If using any other aur helper lookup the command for installing packages and install according
-
git clone https://aur.archlinux.org/aurishem.git
cd aurishem
makepkg -si
-
- Publishing to Chrome Webstore requires creating an account,for the time being follow the steps provided below:
- Download aurishem-extension repo locally
- Visit
chrome://extensions
in Google Chrome/Chromium - Click on Load Unpacked
- Select the aurishem directory from the locally downloaded copy of aurishem-extension
- Publishing to Chrome Webstore requires creating an account,for the time being follow the steps provided below:
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request