aboutsummaryrefslogtreecommitdiff
path: root/share/hoarder/xbps/unix/linux/debian/install
blob: 76d0e1ef0c903912b6221d4d58e2b29c28365af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env sh
#
# Install XBPS package manager.
#

# Parameters
SHARE="$1"
LIB="$2"
DESTDIR="$HOME/.xbps"
SRC="$HOME/.local/src"
#FLAGS="--enable-rpath"
FLAGS=""

# Include basic functions
. $LIB/trashman/functions || exit 1
. $LIB/trashman/debian    || exit 1
. $LIB/xbps/functions     || exit 1

# Install
xbps_debian_requirements
xbps_install