summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/control.sh b/control.sh
index 3b9f4c76a..3fa5e9e40 100755
--- a/control.sh
+++ b/control.sh
@@ -89,6 +89,12 @@ Name: $(cat "${PKG_DATA}/_metadata/name")
EOF
fi
+if [[ -e ${PKG_DATA}/_metadata/website ]]; then
+ cat <<EOF
+Website: $(cat "${PKG_DATA}/_metadata/website")
+EOF
+fi
+
if [[ $1 == status || $1 == available ]]; then
echo
fi