xbps-src::info_tmpl(): also print $homepage and $license.

This commit is contained in:
Juan RP 2011-06-02 09:01:11 +02:00
parent 94e81548d2
commit f190895d30

View file

@ -45,6 +45,8 @@ info_tmpl()
done
[ -n "$noarch" ] && echo "noarch: yes"
echo "maintainer: $maintainer"
[ -n "$homepage" ] && echo "Upstream URL: $homepage"
[ -n "$license" ] && echo "License(s): $license"
echo "build_style: $build_style"
for i in ${configure_args}; do
[ -n "$i" ] && echo "configure_args: $i"