Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-12 | libmakepkg: fix test bracket style | Allan McRae | 1 | -1/+1 | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||||
2015-02-12 | libmakepkg: make package tidy functions extendable | Allan McRae | 1 | -0/+3 | |
To add a new packaging option, drop a file into libmakepkg/tidy that contains a 'packaging_options+=('<option>') and a function that implements that option. The function needs added to the 'tidy_remove' array if it removes files or the 'tidy_modify' array otherwise. Signed-off-by: Allan McRae <allan@archlinux.org> | |||||
2015-02-01 | makepkg: split package tidying into libmakepkg | Allan McRae | 1 | -0/+40 | |
Signed-off-by: Allan McRae <allan@archlinux.org> |