You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
572 B
Bash

#!/bin/bash
6 years ago
#=================================================
6 years ago
# COMMON VARIABLES
6 years ago
#=================================================
# dependencies used by the app
pkg_dependencies="deb1 deb2"
6 years ago
#=================================================
# PERSONAL HELPERS
#=================================================
6 years ago
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
6 years ago
#=================================================