An open API service indexing awesome lists of open source software.

https://github.com/louipc/aurbuild

Utility to build and install packages from the AUR (ABANDONED)
https://github.com/louipc/aurbuild

archlinux build-tool package-management python

Last synced: 8 months ago
JSON representation

Utility to build and install packages from the AUR (ABANDONED)

Awesome Lists containing this project

README

          

README

aurbuild's webpage is at http://louipc.github.io/aurbuild

NOTE: THIS SOFTWARE IS NOW ABANDONED. IF YOU WOULD LIKE TO CONTINUE
DEVELOPMENT OR APPROPRIATE THE NAME PLEASE SEND AN EMAIL TO:
louipc dot ist at gmail

aurbuild is a utility to build and install packages from the Arch Linux
User Community Repositories through the use of makepkg and pacman.

Root access is required but will be temporarily dropped to an under
privileged user during builds for safety and package integrity.
Read the man page aurbuild(1) for more details on this tool.

BE CAREFUL when adjusting build files as they could potentially harm your
system if not done properly!

Requirements
------------
python, pacman 3.1.0 or later, makepkg (found in pacman) and fakeroot
abs is required if you want to build official packages.

Installation
------------
On Arch Linux:
$ cd misc/
$ makepkg
$ sudo pacman -U aurbuild-VERSION.tar.gz