Skip to content

Draft: libmakepkg: allow on the fly drop-ins

Allan McRae requested to merge allan/makepkg-dropins into master

Allow packages to install files in libmakepkg during dependency resoltion and have makepkg use them during packaging.

For example, the python package may provide a tidy script to adjust python shebangs. Or an obscure VCS system package could provide its own source handling functions.

Signed-off-by: Allan McRae allan@archlinux.org

Merge request reports