Skip to content

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable

License

Notifications You must be signed in to change notification settings

stevensko/arch2appimage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


arch2appimage

A Python script to convert any arch linux package (official/AUR) to an AppImage
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This goal of this project is to be able to convert arch linux packages either from the offcial Arch Linux Repositories or from the AUR (Chaotic AUR to be exact).

Use this README.md to get started.

(back to top)

Getting Started

Prerequisites

This project was written in python. To be able to run this you must have Python 3 installed. To install the required packages you also need to have pip installed.

Installation

  1. Install the requirements
    pip3 install -r requirements.txt

This should be enough to run the program.

(back to top)

Usage

To start the program simply run

python3 arch2appimage.py

By default the script supports AUR. If you wish to disable that set USE_AUR = False in the config.py file.

(back to top)

License

Distributed under the GPL3 License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

This project was heavily inspired by

  • Arch-Deployer

(back to top)

About

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.9%
  • Shell 10.1%