Torxed / archinstall-aur

Archinstall plugin to handle AUR packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archinstall-aur

Archinstall plugin concept to handle AUR packages.

⚠️ There is no support offered for AUR packages, but if you have questions about this or other plugins, or surrounding archinstall - ping me on the archinstall discord server and we can bounce ideas.


🚨 Important: This is not something that will ever be shipped with archinstall or the archinstall guided installer. This repo serves as an example to show how plugins can be created to enrich archinstall with external functions that experienced users can optionally install and optionally use.

Usage

Either put it as a parameter via archinstall --plugin https://raw.githubusercontent.com/Torxed/archinstall-aur/main/archinstall_aur/__init__.py. After which you can add AUR packages to the "Additional packages" question in the menu.

Or via a --conf file:

{
    "plugin" : "https://raw.githubusercontent.com/Torxed/archinstall-aur/main/archinstall_aur/__init__.py",
    "packages" : [
        "nano",
        "wget",
        "yay-bin"
    ]
}

About

Archinstall plugin to handle AUR packages

License:GNU General Public License v3.0


Languages

Language:Python 100.0%