customizepkg
customizepkg copied to clipboard
A tool for Arch Linux package manager pacman to modify PKGBUILD automatically
Results
12
customizepkg issues
Sort by
recently updated
recently updated
newest added
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.
enhancement
help wanted
If you have a PKGBUILD containing something like: ``` package() { rm test/{1,2} something else .... } ``` The sed stops to first `}` without changing anything after the `rm...
bug