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

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

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.