kiss: add hook for queue information

This commit is contained in:
Dylan Araps 2021-07-16 18:54:10 +03:00
parent f6dc492be8
commit 09d670d47e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 6 additions and 0 deletions

6
kiss
View File

@ -804,6 +804,12 @@ pkg_build_all() {
pkg_find_version "$pkg"
# arg1: queue-status
# arg2: package name
# arg3: number in queue
# arg4: total in queue
run_hook queue "$pkg" "$((_build_cur += 1))" "$#"
# arg1: pre-extract
# arg2: package name
# arg3: path to DESTDIR