forked from kiss-community/kiss
kiss: add hook for queue information
This commit is contained in:
parent
f6dc492be8
commit
09d670d47e
6
kiss
6
kiss
@ -804,6 +804,12 @@ pkg_build_all() {
|
|||||||
|
|
||||||
pkg_find_version "$pkg"
|
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
|
# arg1: pre-extract
|
||||||
# arg2: package name
|
# arg2: package name
|
||||||
# arg3: path to DESTDIR
|
# arg3: path to DESTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user