1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
This commit is contained in:
Éric Gaspar 2024-01-08 13:58:56 +01:00
parent 6047cf285d
commit 8d937b4926
2 changed files with 11 additions and 9 deletions

View file

@ -13,6 +13,7 @@ maintainers = []
license = "MIT" license = "MIT"
website = "http://www.minetest.net" website = "http://www.minetest.net"
code = "https://github.com/minetest/minetest" code = "https://github.com/minetest/minetest"
fund = "https://www.minetest.net/get-involved/#donate"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
@ -51,7 +52,7 @@ ram.runtime = "50M"
[install.pvp] [install.pvp]
ask.en = "Whether to enable players killing each other" ask.en = "Whether to enable players killing each other"
ask.fr = "Permettre aux joueurs de se tuer l'un l'autre" ask.fr = "Permettre aux joueurs de s'entre-tuer"
type = "boolean" type = "boolean"
default = false default = false
@ -63,7 +64,7 @@ ram.runtime = "50M"
[install.damage] [install.damage]
ask.en = "Enable players getting damage and dying" ask.en = "Enable players getting damage and dying"
ask.fr = "Les joueurs pourront-ils recevoir des dommages et mourir ?" ask.fr = "Permettre aux joueurs de subir des dégâts et de mourir"
type = "boolean" type = "boolean"
default = true default = true
@ -72,15 +73,17 @@ ram.runtime = "50M"
[resources.sources.minetest_game] [resources.sources.minetest_game]
url = "https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz" url = "https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz"
sha256 = "33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912" sha256 = "33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912"
autoupdate.strategy = "latest_github_tag"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/minetest/minetest/archive/5.8.0.tar.gz" url = "https://github.com/minetest/minetest/archive/5.8.0.tar.gz"
sha256 = "610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c" sha256 = "610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c"
autoupdate.strategy = "latest_github_tag"
[resources.sources.irrlichtmt] [resources.sources.irrlichtmt]
url = "https://github.com/minetest/irrlicht/archive/1.9.0mt13.tar.gz" url = "https://github.com/minetest/irrlicht/archive/1.9.0mt13.tar.gz"
sha256 = "2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc" sha256 = "2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc"
autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]
@ -97,4 +100,3 @@ ram.runtime = "50M"
[resources.apt] [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" 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"

View file

@ -12,8 +12,8 @@ test_format = 1.0
# Default args to use for install # Default args to use for install
# ------------------------------- # -------------------------------
args.game="minetest_game" args.game = "minetest_game"
args.servername="packagecheck" args.servername = "packagecheck"
args.pvp=1 args.pvp = 1
args.creative=0 args.creative = 0
args.damage=1 args.damage = 1