Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 803 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 803 Bytes

Arch Packages

This is a repository of Arch Linux source packages. Most of the packages are customised versions of those found in the AUR.

These packages are primarily for my own use but feel free to submit pull requests to improve them. Hopefully the resulting packages improve on those present in the AUR where the package owners will be able to use this resource to update their packages as they see fit.

Usage

Clone the repo and build and install the package(s) you require using makepkg. For example, to compile libspatialite try:

git clone https://www.github.com/homme/arch-packages
cd arch-packages/libspatialite
makepkg -i