1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00
trilium_ynh/scripts/_common.sh

23 lines
679 B
Bash
Raw Normal View History

2021-03-29 16:24:15 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-07-03 23:32:02 +02:00
nodejs_version=16
2021-03-29 16:24:15 +02:00
# dependencies used by the app
2022-07-03 23:32:02 +02:00
pkg_dependencies="libpng16-16 libpng-dev pkg-config autoconf libtool build-essential nasm libx11-dev libxkbfile-dev"
2021-03-29 16:24:15 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================