-
Notifications
You must be signed in to change notification settings - Fork 7
/
INFO.sh
executable file
·32 lines (31 loc) · 999 Bytes
/
INFO.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# INFO.sh
[ -f /pkgscripts/include/pkg_util.sh ] && . /pkgscripts/include/pkg_util.sh
[ -f /pkgscripts-ng/include/pkg_util.sh ] && . /pkgscripts-ng/include/pkg_util.sh
package="phpvirtualbox4dsm"
version="6.1-d1b69bb"
displayname="phpVirtualBox"
maintainer="seba"
maintainer_url="http://github.com/seba76/"
distributor="seba"
description="A web interface to manage and access Virtualbox machines."
report_url="https://github.com/seba76/phpvirtualbox4dsm/"
support_url="https://github.com/seba76/phpvirtualbox4dsm/"
install_dep_package="WebStation:PHP7.0"
#install_dep_services="apache-web"
#start_stop_restart_services="nginx"
#instuninst_restart_services="nginx"
thirdparty="true"
#support_conf_folder="yes"
#install_reboot="yes"
reloadui="no"
startable="no"
#dsmuidir="ui" this one is for integrated ui
#dsmappname="phpVirtualBox"
adminprotocol="http"
adminurl="/phpvirtualbox4dsm/"
adminport="80"
dsmuidir="app"
arch="noarch"
firmware="$1"
[ "$(caller)" != "0 NULL" ] && return 0
pkg_dump_info