shutils/show.sh: add support for showing build_helper
This commit is contained in:
parent
e30a9c8908
commit
a4f786276a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ show_pkg() {
|
||||||
[ -n "$homepage" ] && echo "Upstream URL: $homepage"
|
[ -n "$homepage" ] && echo "Upstream URL: $homepage"
|
||||||
[ -n "$license" ] && echo "License(s): $license"
|
[ -n "$license" ] && echo "License(s): $license"
|
||||||
[ -n "$build_style" ] && echo "build_style: $build_style"
|
[ -n "$build_style" ] && echo "build_style: $build_style"
|
||||||
|
for i in $build_helper; do
|
||||||
|
[ -n "$i" ] && echo "build_helper: $i"
|
||||||
|
done
|
||||||
for i in ${configure_args}; do
|
for i in ${configure_args}; do
|
||||||
[ -n "$i" ] && echo "configure_args: $i"
|
[ -n "$i" ] && echo "configure_args: $i"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue