pacman/scripts/libmakepkg/util
Eli Schwartz d8591dd341 makepkg --packagelist: just list the built package files we will build
Currently this seems to be only theoretically useful. The most likely
reason for wanting a packagelist is in order to script makepkg and
derive the filenames for the packages we want to install or repo-add,
but in the current implementation this requires a lot of additional
post-processing which must be duplicated in every utility to wrap
makepkg.

- It is of minimal use to know what packages might get created on some
  other device utilizing a different CPU/OS architecture, so don't list
  them.
- It is non-trivial to reimplement makepkg's logic for sourcing any of
  several makepkg.conf configuration files, then applying environment
  overrides in order to get the PKGDEST and PKGEXT, so include them
  directly in the returned filenames.
- Output is delimited by newlines, for readability. For maximum
  parsing reliability, libmakepkg needs to learn how to lint the PKGDEST
  and PKGEXT variables to ensure they do not contain newlines, which
  will be submitted in a separate patch.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-03-14 12:16:58 +10:00
..
compress.sh.in makepkg: refactor archive compression for reusability 2017-12-07 15:46:04 +10:00
error.sh.in makepkg: implement error codes 2017-12-07 14:55:35 +10:00
message.sh.in Update copyright years 2017-01-04 13:59:14 +10:00
option.sh.in Update copyright years 2017-01-04 13:59:14 +10:00
parseopts.sh.in Update copyright years 2017-01-04 13:59:14 +10:00
pkgbuild.sh.in makepkg --packagelist: just list the built package files we will build 2018-03-14 12:16:58 +10:00
source.sh.in makepkg: Verify git signatures 2017-01-04 13:59:15 +10:00
util.sh.in Update copyright years 2017-01-04 13:59:14 +10:00