mirror of
https://github.com/YunoHost-Apps/facette_ynh.git
synced 2024-09-03 18:36:02 +02:00
Fix
This commit is contained in:
parent
53e2e56e9e
commit
549fc9c4ae
3 changed files with 17 additions and 3 deletions
6
conf/arm64.src
Normal file
6
conf/arm64.src
Normal file
|
@ -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=
|
|
@ -3,11 +3,19 @@
|
||||||
"id": "facette",
|
"id": "facette",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Time series data visualization software.",
|
"en": "Time series data visualization software",
|
||||||
"fr": "Logiciel de visualisation de données de séries chronologiques."
|
"fr": "Logiciel de visualisation de données de séries chronologiques"
|
||||||
},
|
},
|
||||||
"version": "0.5.1~ynh1",
|
"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",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "rafi59",
|
"name": "rafi59",
|
||||||
|
|
Loading…
Add table
Reference in a new issue