ava1ar / customizepkg

A tool for Arch Linux package manager pacman to modify PKGBUILD automatically
GNU General Public License v3.0
49 stars 14 forks source link

global customizations? #20

Open chuchana opened 8 years ago

chuchana commented 8 years ago

Is there any chance for you to add global customizations?

This would be nice for other architectures, i.e. on the raspberry pi to add 'armv6h' to the supported platforms.

ava1ar commented 8 years ago

Hi! Do you mean global scope? If yes - it is there already. But for adding new architecture you don't need global scope, simple line: add#arch#armv6h works perfectly.

chuchana commented 8 years ago

Hi! What I mean by "global customizations" is to add something to every package, not just for individual ones.