#!/bin/sh # Installs from source su - $USE < config.h make sudo make install cd .. git clone https://git.suckless.org/sent cd sent cp config.def.h config.h make sudo make install cd .. aurbuild() { git clone https://aur.archlinux.org/$1.git cd $1 if [ $2 = '--asdeps' ]; then makepkg --noconfirm --asdeps -si makepkg --noconfirm -si cd .. } aurbuild preloader-signed & aurbuild woeusb & aurbuild gconf --asdeps && aurbuild minecraft-launcher-beta& aurbuild zoom & gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org aurbuild tor-browser & aurbuild dict-wn & aurbuild diction & gpg --keyserver keys.gnupg.net --recv-keys 55D0C732 aurbuild dict-gcide & aurbuild dict-moby-thesaurus & aurbuild dict-devils & aurbuild dict-foldoc & aurbuild dict-wikt-en-all & aurbuild hplip-plugin & gpg --recv-keys D7BEFC2F89D03EFC aurbuild icecat-bin git clone https://git.hrhr.dev/dict-misc cd dict-misc makepkg --noconfirm -si cd .. git clone https://git.hrhr.dev/utils cd utils make sudo make install cd .. git clone https://git.hrhr.dev/badroff cd utils make sudo make install cd .. EOF