Skip to content

CoolFool/Aurishem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aurishem logo

Safe and Easy way to build and install packages directly from Arch User Repository

Contents

Features

  • 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

Screenshots

Install button on PKGBUILD page Informative Notifications
Install Button Informative Notifications
Policy Kit Prompt Live Log using tail -f
Policy Kit Prompt Live Log

(back to top)

Installation

  • There are two parts to installing aurishem

    1) Install the aurishem backend

    • From Arch User Repository using aur helpers

      • 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 OR paru -S aurishem respectively
      • If using any other aur helper lookup the command for installing packages and install according
    • Building the package manually

      • git clone https://aur.archlinux.org/aurishem.git
      • cd aurishem
      • makepkg -si

    2) Install browser extension

    • Mozilla Firefox

      Firefox Addon
    • Chrome and Chromium based web-browser

      • 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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Authors

(back to top)

License

MIT

(back to top)