1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00
This commit is contained in:
ericgaspar 2021-07-26 23:01:24 +02:00
parent 53e2e56e9e
commit 549fc9c4ae
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 17 additions and 3 deletions

6
conf/arm64.src Normal file
View 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=

View file

@ -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",