summaryrefslogtreecommitdiff
path: root/src/profile.sh
blob: 12bd41cf9c18392f38f708b2d2b31cb26bca2245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

. /usr/lib/colors.sh
export CONF_FILE="/etc/xipkg.conf"

export CURL_OPTS="-SsL"

export DEP_DIR=$(parseconf -v dir.deps)
export REPOS=($(parseconf -v repos))
export SOURCES=($(parseconf sources.*))
export PACKAGES_DIR=$(parseconf -v dir.packages)
export INSTALLED_DIR=$(parseconf -v dir.installed)

export TMP_DIR="/tmp/xi"