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