aboutsummarylogtreecommitdiffstats
path: root/aurdeps
blob: 630bf69f0cc1748212459b990c4893747957a52e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -euo pipefail

echo "Creating user"
useradd -m user
su user -c 'git clone https://aur.archlinux.org/slf4j.git /tmp/slf4j'
cd /tmp/slf4j
su user -c makepkg
userdel user
pacman -U --noconfirm ./slf4j-*-any.pkg.tar.zst