From 549fc9c4aeb23821eabe6dcf5d249d9ce53d0287 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 26 Jul 2021 23:01:24 +0200 Subject: [PATCH] Fix --- conf/arm64.src | 6 ++++++ conf/{app.src => x86-64.src} | 0 manifest.json | 14 +++++++++++--- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 conf/arm64.src rename conf/{app.src => x86-64.src} (100%) diff --git a/conf/arm64.src b/conf/arm64.src new file mode 100644 index 0000000..53fa3ea --- /dev/null +++ b/conf/arm64.src @@ -0,0 +1,6 @@ +SOURCE_URL=https://github.com/facette/facette/releases/download/0.5.1/facette_0.5.1_linux_arm64.tar.gz +SOURCE_SUM=54039a821567928a2bc39b4d9620a5c148215c1c9a47be63a1f3cace7371420b +SOURCE_SUM_PRG=sha256 +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=true +SOURCE_FILENAME= diff --git a/conf/app.src b/conf/x86-64.src similarity index 100% rename from conf/app.src rename to conf/x86-64.src diff --git a/manifest.json b/manifest.json index 912249b..bd10b87 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,19 @@ "id": "facette", "packaging_format": 1, "description": { - "en": "Time series data visualization software.", - "fr": "Logiciel de visualisation de données de séries chronologiques." + "en": "Time series data visualization software", + "fr": "Logiciel de visualisation de données de séries chronologiques" }, "version": "0.5.1~ynh1", - "url": "https://example.com", + "url": "https://facette.io/", + "upstream": { + "license": "BSD-3-Clause", + "website": "https://facette.io/", + "demo": "https://demo.example.com", + "admindoc": "https://docs.facette.io/", + "userdoc": "https://yunohost.org/apps", + "code": "https://github.com/facette/facette" + }, "license": "BSD-3-Clause", "maintainer": { "name": "rafi59",