Allan McRae
|
1586b23080
|
libmakepkg: util/pkgbuild.sh needs processing on build
pkgbuild.sh contained @DEBUGSUFFIX@ and so needs to be run through the sed
command on build.
Signed-off-by: Allan McRae <allan@archlinux.org>
|
2015-09-07 11:21:59 +10:00 |
|
Allan McRae
|
23e3c48526
|
libmakepkg: move more functions for extracting information from PKGBIULDs
Signed-off-by: Allan McRae <allan@archlinux.org>
|
2015-05-19 23:43:00 +10:00 |
|
Allan McRae
|
8ab106eb9b
|
libmakepkg: extract get_full_version and get_pkg_arch
These functions group in with other functions that extract PKGBUILD
information.
Signed-off-by: Allan McRae <allan@archlinux.org>
|
2015-05-16 14:10:42 +10:00 |
|
Allan McRae
|
83b734a103
|
libmakepkg: move functions for extracting pkgbuild attributes
Also rename some functions for clarity:
funcgrep -> grep_function
extract_global_var -> extract_global_variable
extract_function_var -> extract_function_variable
pkgbuild_get_attribute -> get_pkgbuild_attribute
Signed-off-by: Allan McRae <allan@archlinux.org>
|
2015-05-16 14:10:42 +10:00 |
|