nix-config/sh/501-yay
2018-09-01 00:18:59 -04:00

22 lines
269 B
Bash

#!/bin/sh
#
# An AUR helper is a way to automate the process below.
#
# `yay` is an AUR helper.
#
# https://wiki.archlinux.org/index.php/AUR_Helpers
set -xe
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
vim PKGBUILD
makepkg -si
cd ..
rm -rf yay-bin