mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
git
This commit is contained in:
parent
1628c185db
commit
e23e0e2df7
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
SOURCE_URL=https://github.com/movim/movim/archive/v0.18rc11.tar.gz
|
||||
SOURCE_SUM=6614d09f50d7cd13671dadd0c31af32d65e6309f6ba251d50b8d0d92efdb5cc9
|
||||
SOURCE_URL=https://github.com/movim/movim/archive/v0.18rc14.tar.gz
|
||||
SOURCE_SUM=5296c995ee4d70f965284487deb609ab322ac04eab826bf30f964f198f914aad
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_FILENAME=
|
||||
|
||||
|
|
|
@ -8,9 +8,10 @@
|
|||
pkg_dependencies="postgresql postgresql-contrib apt-transport-https"
|
||||
#composer
|
||||
|
||||
YNH_PHP_VERSION="7.3"
|
||||
|
||||
extra_php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
|
||||
|
||||
YNH_PHP_VERSION="7.3"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -97,7 +97,8 @@ ynh_script_progression --message="Setting up source files..." --time --weight=1
|
|||
|
||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path"
|
||||
#ynh_setup_source --dest_dir="$final_path"
|
||||
git clone https://github.com/movim/movim.git "$final_path" --quiet
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue