mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
commit
db6eb515d7
4 changed files with 51 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
47
README_es.md
Normal file
47
README_es.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!--
|
||||
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
No se debe editar a mano.
|
||||
-->
|
||||
|
||||
# Minetest para Yunohost
|
||||
|
||||
[![Nivel de integración](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
||||
|
||||
[![Instalar Minetest con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
|
||||
|
||||
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete le permite instalarMinetest rapidamente y simplement en un servidor YunoHost.*
|
||||
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||
|
||||
## Descripción general
|
||||
|
||||
Minetest is a free open-source voxel game engine with easy modding and game creation.
|
||||
|
||||
|
||||
**Versión actual:** 5.8.0~ynh3
|
||||
|
||||
## Capturas
|
||||
|
||||
![Captura de Minetest](./doc/screenshots/screenshot.jpg)
|
||||
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <http://www.minetest.net>
|
||||
- Repositorio del código fuente oficial de la aplicación : <https://github.com/minetest/minetest>
|
||||
- Catálogo YunoHost: <https://apps.yunohost.org/app/minetest>
|
||||
- Reportar un error: <https://github.com/YunoHost-Apps/minetest_ynh/issues>
|
||||
|
||||
## Información para desarrolladores
|
||||
|
||||
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing
|
||||
|
||||
Para probar la rama `testing`, sigue asÍ:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -3,7 +3,7 @@
|
|||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Minetest
|
||||
# YunoHost 上的 Minetest
|
||||
|
||||
[![集成程度](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![工作状态](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
|
||||
|
||||
|
|
|
@ -92,8 +92,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.sources.mineclonia]
|
||||
url = "https://codeberg.org/mineclonia/mineclonia/archive/0.99.0.tar.gz"
|
||||
sha256 = "2fa7d386a77b12e9c8984aa63e1d38cf2793aa6df2fd6d30baddc9caf845e744"
|
||||
url = "https://codeberg.org/mineclonia/mineclonia/archive/0.100.0.tar.gz"
|
||||
sha256 = "6b5764fdb797788a10ffa7cb8cbdb05a8dc8dec6e4ea25d4d5403dcb425c6e48"
|
||||
autoupdate.upstream = "https://codeberg.org/mineclonia/mineclonia"
|
||||
autoupdate.strategy = "latest_forgejo_release"
|
||||
|
||||
|
|
Loading…
Reference in a new issue