1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00
This commit is contained in:
Éric Gaspar 2023-05-28 16:55:43 +02:00
parent 04252add5b
commit 460df64d3e
3 changed files with 2 additions and 5 deletions

View file

@ -14,11 +14,9 @@ license = "GPL-3.0-or-later"
website = "https://libreto.net" website = "https://libreto.net"
demo = "https://libreto.net" demo = "https://libreto.net"
code = "https://github.com/Ventricule/libreto" code = "https://github.com/Ventricule/libreto"
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
[integration] [integration]
yunohost = ">= 11.1.15" yunohost = ">= 11.1.19"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false

View file

@ -4,8 +4,6 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
#REMOVEME? YNH_PHP_VERSION="7.3"
COMMIT="76408f5e98a68156afa47996e670d110a1c6106d" COMMIT="76408f5e98a68156afa47996e670d110a1c6106d"
#================================================= #=================================================

View file

@ -32,6 +32,7 @@ then
git checkout master git checkout master
git pull --quiet git pull --quiet
git checkout $COMMIT --quiet git checkout $COMMIT --quiet
git config --global --add safe.directory $install_dir/libreto/vendor/Markdownify
git submodule update --init --recursive --quiet git submodule update --init --recursive --quiet
popd popd
fi fi