1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

add src files

This commit is contained in:
Pierre Bourré 2019-01-02 19:10:41 +01:00
parent 51e17accf8
commit 1e28c862d1
4 changed files with 29 additions and 0 deletions

6
conf/arm.src.default Normal file
View file

@ -0,0 +1,6 @@
SOURCE_URL=https://github.com/jjhelmus/berryconda/releases/download/v__VERSION__/Berryconda3-__VERSION__-Linux-armv7l.sh
SOURCE_SUM=__MD5_SUM__
SOURCE_SUM_PRG=md5sum
SOURCE_FILENAME=Berryconda3-__VERSION__-Linux-armv7l.sh
SOURCE_EXTRACT=false
SOURCE_FORMAT=sh

6
conf/x86-64.src.default Normal file
View file

@ -0,0 +1,6 @@
SOURCE_URL=https://repo.continuum.io/miniconda/Miniconda3-__VERSION__-Linux-x86_64.sh
SOURCE_SUM=__MD5_SUM__
SOURCE_SUM_PRG=md5sum
SOURCE_FILENAME=Miniconda3-__VERSION__-Linux-x86_64.sh
SOURCE_EXTRACT=false
SOURCE_FORMAT=sh

6
conf/x86.src.default Normal file
View file

@ -0,0 +1,6 @@
SOURCE_URL=https://repo.continuum.io/miniconda/Miniconda3-__VERSION__-Linux-x86.sh
SOURCE_SUM=__MD5_SUM__
SOURCE_SUM_PRG=md5sum
SOURCE_FILENAME=Miniconda3-__VERSION__-Linux-x86.sh
SOURCE_EXTRACT=false
SOURCE_FORMAT=sh

View file

@ -0,0 +1,11 @@
jupyterlab_version="0.35.4"
miniconda3_version="4.5.11"
miniconda3_x86_64_source_md5="e1045ee415162f944b6aebfe560b8fee"
miniconda3_x86_source_md5="d8c3ea1bd25cf02c4ea92df4d31ef652"
#For ARM
berryconda3_version="2.0.0"
berryconda3_arm_source_md5="1d8a60a9e201e3c30d927b5bf93b441d"