You are not logged in.

#1 2016-06-09 15:46:09

incertia
Member
Registered: 2014-10-25
Posts: 29

[SOLVED] Writing PKGBUILD that depends on multiple repositories

I've decided to take it upon my hands to provide an updated version of libc++ and libc++abi, but AFAIK source should only take a single repository URL. Do I just do everything in build() (i.. check out llvm,libcxx,libcxxabi) or is there a more standard method to do this? Additionally, because building libcxxabi follows the exact same checkout process, is there a way to share these files across different builds? Or are we stuck with redownloading the source trees per package we want to build?

Last edited by incertia (2016-06-09 16:21:47)

Offline

#2 2016-06-09 15:47:12

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: [SOLVED] Writing PKGBUILD that depends on multiple repositories

source is an array.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#3 2016-06-09 16:21:36

incertia
Member
Registered: 2014-10-25
Posts: 29

Re: [SOLVED] Writing PKGBUILD that depends on multiple repositories

oh i can specify directories for the repositories. that makes much more sense.

Offline

Board footer

Powered by FluxBB