1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/scripts/_common.sh

21 lines
586 B
Bash
Raw Normal View History

2019-04-11 11:17:42 +02:00
#!/bin/bash
2020-12-24 23:36:49 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2019-04-11 11:17:42 +02:00
2020-12-24 23:36:49 +01:00
# dependencies used by the app
pkg_dependencies="libowfat-dev zlib1g-dev"
2019-04-11 11:17:42 +02:00
2020-12-24 23:36:49 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-04-11 11:17:42 +02:00
2020-12-24 23:36:49 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2019-04-11 11:17:42 +02:00
2020-12-24 23:36:49 +01:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================