Difference between revisions of "Buildiso with AUR packages: Using buildpkg"
Views
Actions
Namespaces
Variants
Tools
Buildiso with AUR packages: Using buildpkg (view source)
Revision as of 07:28, 23 September 2017
, 7 years ago→Create directories: updated to reflect dropped support for 32-bit arch
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 | 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 | 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. | ||
==Download package files from AUR using yaourt== | ==Download package files from AUR using yaourt== |