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

# Parameters
SHARE="$1"
LIB="$2"
PREFIX="/usr"
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