mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
univers
This commit is contained in:
parent
8c616f3f97
commit
9926f6508d
2 changed files with 10 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/mengshukeji/Luckysheet/archive/v2.1.13.tar.gz
|
||||
SOURCE_SUM=9c996e1e2a47ca0bb37b17840f7ded82ed999899daf3bd620b07c154b71647f9
|
||||
SOURCE_URL=https://github.com/dream-num/univer/archive/6bbb7c284e2a78d1c8a79f7ff052ed3e7cc321aa.tar.gz
|
||||
SOURCE_SUM=8ff2bf03c00569e5c9b42c8cfe2d8afa7315821f4f0c651c1bd3232f022edd15
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,26 +1,24 @@
|
|||
{
|
||||
"name": "Luckysheet",
|
||||
"id": "luckysheet",
|
||||
"name": "Univer",
|
||||
"id": "univer",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Online spreadsheet that is powerful, simple to configure",
|
||||
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
|
||||
},
|
||||
"version": "2.1.13~ynh1",
|
||||
"version": "1.1.0~ynh1",
|
||||
"url": "https://github.com/mengshukeji/Luckysheet",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://github.com/mengshukeji/Luckysheet",
|
||||
"demo": "https://mengshukeji.github.io/LuckysheetDemo/",
|
||||
"admindoc": "https://mengshukeji.github.io/LuckysheetDocs/guide/",
|
||||
"code": "https://github.com/mengshukeji/Luckysheet"
|
||||
"demo": "https://dream-num.github.io/univer-demo/",
|
||||
"code": "https://github.com/dream-num/univer"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "eric_G"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.2"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
@ -35,8 +33,8 @@
|
|||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/luckysheet",
|
||||
"default": "/luckysheet"
|
||||
"example": "/univer",
|
||||
"default": "/univer"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Reference in a new issue