Manjaro Difference between revisions of "Buildiso with AUR packages: Using buildpkg"

Difference between revisions of "Buildiso with AUR packages: Using buildpkg"

From Manjaro
imported>Fhdk
imported>Fhdk
(→‎Create directories: updated to reflect dropped support for 32-bit arch)
Line 12: Line 12:
==Create directories==
==Create directories==


The first thing you should probably do is create a directory for your online repository. The online repository is called '''online-repo''' throughout this tutorial, you however are free to name it to your liking. This'll help keep things organized. Your repository will include two subdirectories for the different architectures:
The first thing you should probably do is create a directory for your online repository. The online repository is called '''online-repo''' throughout this tutorial and it is located in your home-folder. You however are free to name it and place it to your liking. This'll help keep things organized. Your repository consist of only this folder:


   mkdir -p ~/online-repo/i686 ~/online-repo/x86_64
   mkdir -p ~/online-repo


This online repository is created in your home folder, but you can create it anywhere you want.
This online repository is created in your home folder, but you can create it anywhere you want.
Next, you need to create a build directory. During the course of this tutorial you will need it as a temporary directory for files from the AUR:
  mkdir -p ~/online-build/
This temporary build directory is created in your home folder, but you can create it anywhere you want.


==Download package files from AUR using yaourt==
==Download package files from AUR using yaourt==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.