peertube-search-index_ynh/scripts/_common.sh
2020-10-31 14:18:46 +01:00

27 lines
742 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="git"
extra_pkg_dependencies="elasticsearch-oss"
NODEJS_VERSION=12
source="https://framagit.org/framasoft/peertube/search-index"
COMMIT="217666c70766aa9a81ce6dde9e6c41a43d2da991"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================