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_URL=https://github.com/dream-num/univer/archive/6bbb7c284e2a78d1c8a79f7ff052ed3e7cc321aa.tar.gz
|
||||||
SOURCE_SUM=9c996e1e2a47ca0bb37b17840f7ded82ed999899daf3bd620b07c154b71647f9
|
SOURCE_SUM=8ff2bf03c00569e5c9b42c8cfe2d8afa7315821f4f0c651c1bd3232f022edd15
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,26 +1,24 @@
|
||||||
{
|
{
|
||||||
"name": "Luckysheet",
|
"name": "Univer",
|
||||||
"id": "luckysheet",
|
"id": "univer",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Online spreadsheet that is powerful, simple to configure",
|
"en": "Online spreadsheet that is powerful, simple to configure",
|
||||||
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
|
"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",
|
"url": "https://github.com/mengshukeji/Luckysheet",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://github.com/mengshukeji/Luckysheet",
|
"demo": "https://dream-num.github.io/univer-demo/",
|
||||||
"demo": "https://mengshukeji.github.io/LuckysheetDemo/",
|
"code": "https://github.com/dream-num/univer"
|
||||||
"admindoc": "https://mengshukeji.github.io/LuckysheetDocs/guide/",
|
|
||||||
"code": "https://github.com/mengshukeji/Luckysheet"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "eric_G"
|
"name": "eric_G"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -35,8 +33,8 @@
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/luckysheet",
|
"example": "/univer",
|
||||||
"default": "/luckysheet"
|
"default": "/univer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Reference in a new issue