#!/usr/bin/env bash
set -eo pipefail
# 1. GET ARGS
plan_path=$CNB_BUILD_PLAN_PATH
# 2. DECLARE DEPENDENCIES (OPTIONAL)
cat >> "${plan_path}" <<EOL
# Extension provides this dependency
[[provides]]
name = "curl"
EOL