mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 03:54:59 -05:00
aa9aa343cb
This commit adds a makepkg option to generate and print the SRCINFO file for a PKGBUILD, required by the new AUR, to stdout. AUR 4.0 will use Git instead of source tarballs for uploading packages, so making makepkg capable of printing the SRCINFO would simplify package management, instead of having to extract it from a source tarball. It is also useful for scripting other things, so that instead of having to parse PKGBUILDs, one can make makepkg generate the SRCINFO and then you can parse that instead, which is much simpler and less error-prone. Signed-off-by: Allan McRae <allan@archlinux.org> |
||
---|---|---|
.. | ||
.gitignore | ||
asciidoc-override.css | ||
asciidoc.conf | ||
Doxyfile | ||
footer.txt | ||
index.txt | ||
libalpm.3.txt | ||
Makefile.am | ||
makepkg-template.1.txt | ||
makepkg.8.txt | ||
makepkg.conf.5.txt | ||
pacman-key.8.txt | ||
pacman.8.txt | ||
pacman.conf.5.txt | ||
pactree.8.txt | ||
PKGBUILD-example.txt | ||
PKGBUILD.5.txt | ||
pkgdelta.8.txt | ||
repo-add.8.txt | ||
submitting-patches.txt | ||
translation-help.txt | ||
vercmp.8.txt |