Update manifest.toml: oopsies i was testing sed
This commit is contained in:
parent
95a545894f
commit
7a7985319e
1 changed files with 6 additions and 6 deletions
|
@ -16,8 +16,8 @@ maintainers = ["johndoe"]
|
||||||
license = "free" # you can see the available licenses identifiers list here: https://spdx.org/licenses/
|
license = "free" # you can see the available licenses identifiers list here: https://spdx.org/licenses/
|
||||||
website = "https://example.com"
|
website = "https://example.com"
|
||||||
demo = "https://demo.example.com"
|
demo = "https://demo.example.com"
|
||||||
admindoc = "https://foobar.org/packaging_apps"
|
admindoc = "https://yunohost.org/packaging_apps"
|
||||||
userdoc = "https://foobar.org/apps"
|
userdoc = "https://yunohost.org/apps"
|
||||||
code = "https://some.forge.com/example/example"
|
code = "https://some.forge.com/example/example"
|
||||||
# FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is
|
# 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
|
# sort of a standard id for applications defined by the NIST. In particular, YunoHost may use this is in the future
|
||||||
|
@ -32,7 +32,7 @@ cpe = "???"
|
||||||
fund = "???"
|
fund = "???"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
foobar = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
helpers_version = "2.1"
|
helpers_version = "2.1"
|
||||||
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
|
@ -96,7 +96,7 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
# ynh_setup_source --dest_dir="$install_dir"
|
||||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
# You can also define other assets than "main" and add --source_id="yunohost" in the previous command
|
||||||
url = "https://github.com/foo/bar/archive/refs/tags/v1.2.3.tar.gz"
|
url = "https://github.com/foo/bar/archive/refs/tags/v1.2.3.tar.gz"
|
||||||
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
|
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ ram.runtime = "50M"
|
||||||
# and store the corresponding setting $install_dir
|
# and store the corresponding setting $install_dir
|
||||||
|
|
||||||
[resources.data_dir]
|
[resources.data_dir]
|
||||||
# This will create/remove the data dir as /home/foobar.app/$app
|
# This will create/remove the data dir as /home/yunohost.app/$app
|
||||||
# and store the corresponding setting $data_dir
|
# and store the corresponding setting $data_dir
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
|
@ -128,7 +128,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
# This will automatically install/uninstall the following apt packages
|
# This will automatically install/uninstall the following apt packages
|
||||||
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-yunohost dependencies are listed)
|
||||||
packages = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar"
|
packages = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue