paru icon indicating copy to clipboard operation
paru copied to clipboard

Specify makepkg config for differnt packages

Open RustemB opened this issue 4 years ago • 1 comments

Not sure if this good idea, but it can help with building packages that cant be build with custom config Like env files in Gentoo's poratge For example, I use clang but I can't build some packages with it In config it might me like that

[MConf]
pkg-1 = "/path/to/config-1.conf"
pkg-2 = "/path/to/config-2.conf"
...

(or not)

RustemB avatar Jan 28 '21 23:01 RustemB

It probably makes sense to do this the other way.

[MConf]
/path/to/config-1.conf = pkg1 pkg2
/path/to/config-2.conf = pkg3 pkg4 pkg5
...

Morganamilo avatar Feb 05 '21 21:02 Morganamilo