From b1c254e2f9d3e7df9cb0e59fa1b98f37a83c768d Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 25 Apr 2021 16:55:10 +0200 Subject: [PATCH] clean up --- README.md | 32 ++++++++------------------------ conf/bundle.src | 1 - conf/systemd.service | 13 ------------- 3 files changed, 8 insertions(+), 38 deletions(-) delete mode 100644 conf/bundle.src delete mode 100644 conf/systemd.service diff --git a/README.md b/README.md index ae6c5ef..d846c11 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,8 @@ ##ON GOING DEVELOPMENT - DO NOT USE - -# Usage of this package (REMOVE THIS SECTION BEFORE RELEASE) -- Copy this app before working on it. -- Edit `conf/nginx.conf` file to match application prerequisites. -- Edit `manifest.json` with application specific information. -- Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts. - - Using the [script helpers documentation.](https://yunohost.org/#/packaging_apps_helpers) -- Add a `LICENSE` file for the package. -- Edit `README.md` and README_fr.md. - # RetroArch Web Player for YunoHost -[![Integration level](https://dash.yunohost.org/integration/REPLACEBYYOURAPP.svg)](https://dash.yunohost.org/appci/app/retroarch) +[![Integration level](https://dash.yunohost.org/integration/retroarch.svg)](https://dash.yunohost.org/appci/app/retroarch) [![Install RetroArch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=retroarch) *[Lire ce readme en français.](./README_fr.md)* @@ -23,7 +13,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Quick description of this app. -**Shipped version:** 1.8.6 +**Shipped version:** 1.9.1 ## Screenshots @@ -51,8 +41,8 @@ Can the app be used by multiple users? #### Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/REPLACEBYYOURAPP%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/REPLACEBYYOURAPP/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/REPLACEBYYOURAPP%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/REPLACEBYYOURAPP/) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/retroarch%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/retroarch/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/retroarch%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/retroarch/) ## Limitations @@ -67,17 +57,11 @@ https://yunohost.org/packaging_apps ## Links - * Report a bug: https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues + * Report a bug: https://github.com/YunoHost-Apps/retroarch_ynh/issues * App website: Link to the official website of this app * Upstream app repository: Link to the official repository of the upstream app * YunoHost website: https://yunohost.org/ -## Todo - -- [ ] clean npm installation & remove (in case of multinstance) -- [ ] clean coffeescript installation & remove (in case of multinstance) -- [ ] check for download of source w/ checksum - --- @@ -85,13 +69,13 @@ Developers info ---------------- **Only if you want to use a testing branch for coding, instead of merging directly into master.** -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing). +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug or -sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug +sudo yunohost app upgrade retroarch -u https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug ``` diff --git a/conf/bundle.src b/conf/bundle.src deleted file mode 100644 index 241119d..0000000 --- a/conf/bundle.src +++ /dev/null @@ -1 +0,0 @@ -SOURCE_URL=https://buildbot.libretro.com/assets/frontend/bundle.zip \ No newline at end of file diff --git a/conf/systemd.service b/conf/systemd.service deleted file mode 100644 index 76cdf64..0000000 --- a/conf/systemd.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Small description of the service -After=network.target - -[Service] -Type=simple -User=__APP__ -Group=__APP__ -WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1 - -[Install] -WantedBy=multi-user.target