vp-build/common/environment/setup/0000-REQUIREMENTS.sh

17 lines
403 B
Bash

# -*- shell mode -*-
#
# Sets the minimal required xbps versions to build packages.
#
# =========================================================
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
# =========================================================
#
# xbps-src version.
XBPS_SRC_REQ=103
# XBPS utils version.
XBPS_UTILS_REQ=0.29
# XBPS utils API version.
XBPS_UTILS_API_REQ=20131224