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)
- Host: GitHub
- URL: https://github.com/louipc/aurbuild
- Owner: louipc
- License: gpl-2.0
- Created: 2011-10-25T02:53:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T06:27:27.000Z (over 11 years ago)
- Last Synced: 2024-03-21T06:32:58.482Z (about 2 years ago)
- Topics: archlinux, build-tool, package-management, python
- Language: Python
- Homepage: http://louipc.github.io/aurbuild
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
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