Skip to content
  • Eli Schwartz's avatar
    libmakepkg: install pkg-config file · 9375f498
    Eli Schwartz authored and Allan McRae's avatar Allan McRae committed
    
    
    Since makepkg exports a public library of functions, other projects may
    wish to use these functions. Highlights include parseopts or our
    messaging functions.
    
    Install a pkg-config file in order to let downstream users detect where
    they can source the libmakepkg functionality. This is useful e.g. to
    gracefully handle the case where a thirdparty project is configured and
    installed into a different datarootdir from pacman, but still wants to
    use the installed pacman's version of libmakepkg.
    
    Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    9375f498