mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
parent
8efc8605a1
commit
3b419848d1
1 changed files with 14 additions and 10 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
name: wekan
|
name: wekan
|
||||||
version: '6.26'
|
version: '6.26'
|
||||||
|
base: core20
|
||||||
summary: Open Source kanban
|
summary: Open Source kanban
|
||||||
description: |
|
description: |
|
||||||
WeKan ® is an Open Source and collaborative kanban board application.
|
WeKan ® is an Open Source and collaborative kanban board application.
|
||||||
|
|
@ -64,9 +65,12 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.8.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0]
|
stage-packages:
|
||||||
|
- libssl1.1
|
||||||
|
- libcurl3-dev
|
||||||
|
- libcurl4-openssl-dev
|
||||||
filesets:
|
filesets:
|
||||||
mongo:
|
mongo:
|
||||||
- usr
|
- usr
|
||||||
|
|
@ -79,18 +83,18 @@ parts:
|
||||||
|
|
||||||
wekan:
|
wekan:
|
||||||
source: .
|
source: .
|
||||||
plugin: nodejs
|
plugin: npm
|
||||||
node-engine: 14.19.3
|
npm-node-version: 14.19.3
|
||||||
node-packages:
|
#npm-packages:
|
||||||
- node-gyp
|
# - node-gyp
|
||||||
- node-pre-gyp
|
# - node-pre-gyp
|
||||||
- fibers
|
# - fibers
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- apt-utils
|
- apt-utils
|
||||||
- python
|
# - python
|
||||||
# - python3
|
- python3
|
||||||
- g++
|
- g++
|
||||||
- capnproto
|
- capnproto
|
||||||
- curl
|
- curl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue