fidoip/scripts/husky_vars.sh

22 lines
1020 B
Bash

#!/usr/bin/env bash
# shellcheck disable=SC1091
source "${ROOTDIR}/scripts/vars.sh"
_HUSKY_BIN_DIR="${ROOTDIR}/dist/husky"
_HUSKY_AREASTAT_GIT="https://github.com/huskyproject/areastat.git"
_HUSKY_AREAFIX_GIT="https://github.com/huskyproject/areafix.git"
_HUSKY_BSOPACK_GIT="https://github.com/huskyproject/bsopack.git"
_HUSKY_FIDOCONF_GIT="https://github.com/huskyproject/fidoconf.git"
_HUSKY_HPT_GIT="https://github.com/huskyproject/hpt.git"
_HUSKY_HPTKILL_GIT="https://github.com/huskyproject/hptkill.git"
_HUSKY_HPTSQFIX_GIT="https://github.com/huskyproject/hptsqfix.git"
_HUSKY_HPTZIP_GIT="https://github.com/huskyproject/hptzip.git"
_HUSKY_HTICK_GIT="https://github.com/huskyproject/htick.git"
_HUSKY_HUSKYLIB_GIT="https://github.com/huskyproject/huskylib.git"
_HUSKY_MSGED_GIT="https://github.com/huskyproject/msged.git"
_HUSKY_NLTOOLS_GIT="https://github.com/huskyproject/nltools.git"
_HUSKY_SMAPI_GIT="https://github.com/huskyproject/smapi.git"
_HUSKY_SQPACK_GIT="https://github.com/huskyproject/sqpack.git"