Morganamilo / paru

Feature packed AUR helper
GNU General Public License v3.0
6.26k stars 237 forks source link

Specify makepkg config for differnt packages #188

Open RustemB opened 3 years ago

RustemB commented 3 years ago

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)

Morganamilo commented 3 years ago

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
...