index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-19 | libmakepkg: extract functions for handling source URLs | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: fix test style | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: move more functions for extracting information from PKGBIULDs | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: extract more utility functions | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | libmakepkg: extract get_full_version and get_pkg_arch | Allan McRae | |
These functions group in with other functions that extract PKGBUILD information. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | libmakepkg: extract in_array | Allan McRae | |
2015-05-16 | libmakepkg: move functions for extracting pkgbuild attributes | Allan McRae | |
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-02-01 | makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkg | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-01 | makepkg: split message functions into libmakepkg | Allan McRae | |
This performs all the needed work for libmakepkg to be included in tarballs, installed into the correct place, and read into makepkg. Also change the install root for libmakepkg to an architecture independant location. Signed-off-by: Allan McRae <allan@archlinux.org> |