Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libmakepkg: move more functions for extracting information from PKGBIULDs | Allan McRae | 2015-05-19 |
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | libmakepkg: extract get_full_version and get_pkg_arch | Allan McRae | 2015-05-16 |
| | | | | | | | These functions group in with other functions that extract PKGBUILD information. Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | libmakepkg: move functions for extracting pkgbuild attributes | Allan McRae | 2015-05-16 |
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> |