1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/libmakepkg
Allan McRae 00da25a5ea libmakepkg: make package tidy functions extendable
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-12 14:00:57 +10:00
..
lint_package libmakepkg: move package checking out of tidy_install 2015-02-12 14:00:55 +10:00
tidy libmakepkg: make package tidy functions extendable 2015-02-12 14:00:57 +10:00
util makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkg 2015-02-01 21:20:08 +10:00
.gitignore libmakepkg: move package checking out of tidy_install 2015-02-12 14:00:55 +10:00
lint_package.sh.in libmakepkg: move package checking out of tidy_install 2015-02-12 14:00:55 +10:00
tidy.sh.in libmakepkg: make package tidy functions extendable 2015-02-12 14:00:57 +10:00
util.sh.in makepkg: split message functions into libmakepkg 2015-02-01 21:20:08 +10:00