t-wissmann / plaur

A more pleasant AUR experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plaur - a pleasant AUR experience

plaur is a helper for installing packages from Arch (Linux) User Repository (AUR) that uses the power of git.

For the concepts and the basic usage can be found in plaur_concept.md or in the man page.

Installation

Since plaur is written in Python 3, it suffices to install its run-time dependencies:

  • git
  • python (version 3)
  • pyalpm

Additional requirements for the documentation:

  • asciidoc
  • Makefile
  • sed

The man page plaur.1 and HTML documentation plaur.html are created by:

$ make

About

A more pleasant AUR experience


Languages

Language:Python 98.6%Language:Makefile 1.4%