1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00

add mineclone2

This commit is contained in:
Éric Gaspar 2024-05-16 12:29:45 +02:00
parent 6b625eb939
commit 4e579b1a95
2 changed files with 12 additions and 0 deletions

View file

@ -97,6 +97,12 @@ ram.runtime = "50M"
autoupdate.upstream = "https://codeberg.org/mineclonia/mineclonia"
autoupdate.strategy = "latest_forgejo_release"
[resources.sources.mineclone2]
url = "https://git.minetest.land/VoxeLibre/VoxeLibre/archive/0.86.2.tar.gz"
sha256 = "97536a9e36482363112185ab936532d034163e3dc1ebd3cb365d018fc14b810d"
autoupdate.upstream = "https://git.minetest.land/VoxeLibre/VoxeLibre"
autoupdate.strategy = "latest_forgejo_release"
[resources.system_user]
[resources.install_dir]

View file

@ -33,3 +33,9 @@ test_format = 1.0
only = ["install.root", "backup_restore", "upgrade"]
args.game = "mineclonia"
["Test-mineclone2"]
only = ["install.root", "backup_restore", "upgrade"]
args.game = "mineclone2"