From 30616c4fdea37dda26c33d4f94052b99dba2401d Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sun, 11 Sep 2022 22:08:47 +0200 Subject: archco: add option to clone all packages of a maintainer Query Archweb to retrieve a list of all packages of a maintainer by their pkgbase. AFterwards loop through all packages and clone them. Signed-off-by: Levente Polyak --- lib/common.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/common.sh') diff --git a/lib/common.sh b/lib/common.sh index 5f134ae..fe6450a 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -42,6 +42,11 @@ stat_busy() { printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}...${ALL_OFF}" "$@" >&2 } +stat_progress() { + # shellcheck disable=2059 + printf "${BOLD}.${ALL_OFF}" >&2 +} + stat_done() { # shellcheck disable=2059 printf "${BOLD}done${ALL_OFF}\n" >&2 -- cgit v1.2.3-54-g00ecf