mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs
This commit is contained in:
commit
0e40ffe8af
1 changed files with 16 additions and 0 deletions
16
README
16
README
|
@ -16,3 +16,19 @@ packages that are not available in either upstream or AUR.
|
|||
|
||||
These packages are meant to be built on Arch Linux ARM, found at
|
||||
http://archlinuxarm.org
|
||||
|
||||
Layout:
|
||||
core, extra, community: These folders contain packages only found in the
|
||||
upstream repositories by the same name. Exceptions are packages such as our
|
||||
kernels or other packages we feel belong within the scope of these repos.
|
||||
aur: Contains packages that come from only from the AUR.
|
||||
alarm: Contains packages that are our own, or changed significantly enough
|
||||
from upstream or AUR to no longer qualify as being in those respective
|
||||
locations here.
|
||||
|
||||
New packages should be placed in the correct locations, with the packages base
|
||||
folder name reflecting the 'pkgname' for single-package PKGBUILDs, or 'pkgbase'
|
||||
for multiple-package PKGBUILDs. In the case of non-alarm packages, naming should
|
||||
exactly match the base folder or package name as used upstream or in the AUR,
|
||||
respectively. This will ensure correct package->version matching in the build
|
||||
system update routines.
|
||||
|
|
Loading…
Reference in a new issue