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:
parent
6b625eb939
commit
4e579b1a95
2 changed files with 12 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue