Build custom repository of Arch AUR packages for use with the live CD
Bryan Allred 0fa8220b49 Merge pull request #1 from utrack/master | 10 jaren geleden | |
---|---|---|
.gitignore | 10 jaren geleden | |
LICENSE | 10 jaren geleden | |
README.md | 10 jaren geleden | |
build.sh | 10 jaren geleden | |
makepkg32.conf | 10 jaren geleden | |
makepkg64.conf | 10 jaren geleden | |
packages.list | 10 jaren geleden |
Build custom repository of Arch AUR packages for use with the live CD
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.
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.