1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/doc
Dave Reisner 963f7fe02f PKGBUILD: add support for arch-specific sources
This implements support for declarations such as:

  arch=('i686' 'x86_64')
  ...

  source=("somescript.sh")
  source_i686=("http://evilmonster.com/i686/ponies-9001-1.i686.bin")
  source_x86_64=("http://evilmonster.com/i686/ponies-9001-1.x86_64.bin")

  md5sums=('d41d8cd98f00b204e9800998ecf8427e')
  md5sums_i686=('e4ca381035a34b7a852184cc0dd89baa')
  md5sums_x86_64=('4019740e6998f30a3c534bac6a83f582')

Just the same as the "untagged" sources, multiple integrity algorithms
are supported. The manpage is updated to reflect support for these
suffices.

This commit also refactors download_sources slightly:

1) to use the otherwise preferred convention of lowercase local variable
names, and to make the handling of $1 more clear.
2) rename the "fast" parameter to "novcs", to make it more clear what
this token does.
3) add a new possible token "allarch" to ensure that download_sources
will fetch all sources, for all architectures.
2014-09-30 12:56:21 +10:00
..
.gitignore Add makepkg-template 2013-05-29 14:17:21 +10:00
asciidoc-override.css doc: update .gitignore, add CSS override for new tables usage 2011-10-13 14:53:52 -05:00
asciidoc.conf doc: add a few more escapes and fix usage of {} 2011-06-01 11:46:13 -05:00
Doxyfile Update Doxyfile 2013-01-03 12:03:10 +10:00
footer.txt Add Andrew to maintainers list. 2014-08-04 16:18:18 +10:00
index.txt Update copyright years for 2014 2014-01-06 14:38:50 +10:00
libalpm.3.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
Makefile.am remove --destination-dir argument from a2x options 2014-08-08 13:35:41 +10:00
makepkg-template.1.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
makepkg.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
makepkg.conf.5.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
pacman-key.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
pacman.8.txt man: Use uniform line spacing between sections 2014-08-09 14:09:33 +10:00
pacman.conf.5.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
pactree.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
PKGBUILD-example.txt Update example PKGBUILD 2013-05-29 14:08:03 +10:00
PKGBUILD.5.txt PKGBUILD: add support for arch-specific sources 2014-09-30 12:56:21 +10:00
pkgdelta.8.txt pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values 2014-08-09 14:19:28 +10:00
repo-add.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
submitting-patches.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
translation-help.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
vercmp.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00