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

17 lines
424 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.
export XBPS_SRC_REQ=100
# XBPS utils version.
export XBPS_UTILS_REQ=0.29
# XBPS utils API version.
export XBPS_UTILS_API_REQ=20131224