2024-01-08 13:13:58 +01:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "minetest"
|
|
|
|
|
name = "Minetest"
|
|
|
|
|
description.en = "Voxel game engine and game. Need a client to connect to the server"
|
|
|
|
|
description.fr = "Moteur de jeu de type « bac à sable ». Nécessite un client pour se connecter au serveur"
|
|
|
|
|
|
2024-01-30 15:21:41 +01:00
|
|
|
|
version = "5.8.0~ynh2"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "MIT"
|
|
|
|
|
website = "http://www.minetest.net"
|
|
|
|
|
code = "https://github.com/minetest/minetest"
|
2024-01-08 13:58:56 +01:00
|
|
|
|
fund = "https://www.minetest.net/get-involved/#donate"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
|
yunohost = ">= 11.2"
|
2024-01-08 13:29:31 +01:00
|
|
|
|
architectures = "all"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
multi_instance = true
|
2024-01-08 13:29:31 +01:00
|
|
|
|
|
2024-01-08 13:43:15 +01:00
|
|
|
|
ldap = "not_relevant"
|
2024-01-08 13:29:31 +01:00
|
|
|
|
|
2024-01-08 13:43:15 +01:00
|
|
|
|
sso = "not_relevant"
|
2024-01-08 13:29:31 +01:00
|
|
|
|
|
|
|
|
|
disk = "50M"
|
2024-01-08 13:54:19 +01:00
|
|
|
|
ram.build = "2000M"
|
2024-01-08 13:29:31 +01:00
|
|
|
|
ram.runtime = "50M"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
type = "group"
|
|
|
|
|
default = false
|
|
|
|
|
|
|
|
|
|
[install.game]
|
|
|
|
|
ask.en = "Choose a game for your server"
|
|
|
|
|
ask.fr = "Choissisez un jeu pour votre serveur"
|
2024-01-08 15:19:15 +01:00
|
|
|
|
type = "select"
|
2024-01-08 21:10:41 +01:00
|
|
|
|
choices = ["minetest_game", "capturetheflag", "mineclonia"]
|
2024-01-08 13:13:58 +01:00
|
|
|
|
default = "minetest_game"
|
|
|
|
|
|
|
|
|
|
[install.servername]
|
|
|
|
|
ask.en = "Choose a name for your server"
|
|
|
|
|
ask.fr = "Choissisez un nom pour votre serveur"
|
|
|
|
|
type = "string"
|
|
|
|
|
default = "Minetest server"
|
|
|
|
|
|
|
|
|
|
[install.pvp]
|
|
|
|
|
ask.en = "Whether to enable players killing each other"
|
2024-01-08 13:58:56 +01:00
|
|
|
|
ask.fr = "Permettre aux joueurs de s'entre-tuer"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
type = "boolean"
|
|
|
|
|
default = false
|
|
|
|
|
|
|
|
|
|
[install.creative]
|
|
|
|
|
ask.en = "Whether to enable creative mode (unlimited inventory)"
|
|
|
|
|
ask.fr = "Permettre l'utilisation du mode créatif (inventaire illimité)"
|
|
|
|
|
type = "boolean"
|
|
|
|
|
default = false
|
|
|
|
|
|
|
|
|
|
[install.damage]
|
|
|
|
|
ask.en = "Enable players getting damage and dying"
|
2024-01-08 13:58:56 +01:00
|
|
|
|
ask.fr = "Permettre aux joueurs de subir des dégâts et de mourir"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
type = "boolean"
|
|
|
|
|
default = true
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources]
|
|
|
|
|
[resources.sources.minetest_game]
|
|
|
|
|
url = "https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz"
|
|
|
|
|
sha256 = "33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912"
|
2024-01-17 12:19:52 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
[resources.sources.main]
|
|
|
|
|
url = "https://github.com/minetest/minetest/archive/5.8.0.tar.gz"
|
|
|
|
|
sha256 = "610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c"
|
2024-01-17 12:19:52 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
[resources.sources.irrlichtmt]
|
2024-01-30 15:21:41 +01:00
|
|
|
|
url = "https://github.com/minetest/irrlicht/archive/1.9.0mt14.tar.gz"
|
|
|
|
|
sha256 = "56ff07c89849df4b5a7d37e573afd7890f4c1f1d1fe010ade711193ca707306c"
|
2024-01-17 12:19:52 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
2024-01-08 15:10:23 +01:00
|
|
|
|
[resources.sources.capturetheflag]
|
|
|
|
|
url = "https://github.com/MT-CTF/capturetheflag/archive/refs/tags/v3.7.tar.gz"
|
|
|
|
|
sha256 = "d81f4277761a072f0516e1363e7fa171a9f25b55d4c5f2e0114544fa8f9df99d"
|
2024-01-17 12:19:52 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-08 15:15:34 +01:00
|
|
|
|
|
2024-01-08 21:10:41 +01:00
|
|
|
|
[resources.sources.mineclonia]
|
2024-01-30 15:21:41 +01:00
|
|
|
|
url = "https://codeberg.org/mineclonia/mineclonia/archive/0.94.0.tar.gz"
|
|
|
|
|
sha256 = "ad3b0dfabb442b47d3b54f0dd6bc5c882573e98c2c924a29ea395b9a59d0bde6"
|
2024-01-17 12:19:52 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-08 21:10:41 +01:00
|
|
|
|
|
2024-01-08 13:13:58 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.data_dir]
|
2024-01-08 13:29:31 +01:00
|
|
|
|
subdirs = [".minetest/worlds"]
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
main.default = 30000
|
|
|
|
|
main.exposed = "UDP"
|
2024-01-08 13:13:58 +01:00
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
2024-01-08 13:29:31 +01:00
|
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "build-essential, libirrlicht-dev, cmake, libbz2-dev, libpng-dev, libjpeg-dev, libxxf86vm-dev, libgl1-mesa-dev, libsqlite3-dev, libogg-dev, libvorbis-dev, libopenal-dev, libcurl4-dev, libfreetype6-dev, zlib1g-dev, libgmp-dev, libjsoncpp-dev, libluajit-5.1-dev, libncurses-dev, libzstd-dev"
|