paru
paru copied to clipboard
Specify makepkg config for differnt packages
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)
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
...