Build custom repository of Arch AUR packages for use with the live CD

Bryan Allred 0fa8220b49 Merge pull request #1 from utrack/master 9 years ago
.gitignore 3da63eac70 initial commit 10 years ago
LICENSE a7c92c5c61 Initial commit 10 years ago
README.md 3da63eac70 initial commit 10 years ago
build.sh 78f7b0413a Update build.sh 9 years ago
makepkg32.conf 3da63eac70 initial commit 10 years ago
makepkg64.conf 3da63eac70 initial commit 10 years ago
packages.list 3da63eac70 initial commit 10 years ago

README.md

build-custom-repo

Build custom repository of Arch AUR packages for use with the live CD

choosing your packages

You must specifically name each of the AUR packages you wish to include in the repository inside of the packages.list file. The format is meant to be simple and human readable so just one package name per line.

building the repository

Execute the script build.sh to clean the previous contents and build the packages. The dependency on wget and makepkg are present and it is assumed it is being ran on a 64-bit system.