aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-26 22:10:29 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-26 22:10:29 -0400
commitca786395110fe3bb35a3ed478226026c219634cb (patch)
treefe45f730bbd3020f1d367d9cb521c45506ea4b9e
parentbccae921d3b7198481378fbb9eb766e11a3255e9 (diff)
added aurbuild func in source.sh and dictionaries
-rwxr-xr-xsource.sh50
1 files changed, 22 insertions, 28 deletions
diff --git a/source.sh b/source.sh
index f97c014..892c00f 100755
--- a/source.sh
+++ b/source.sh
@@ -13,45 +13,39 @@ cd st
curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff
git apply st-alpha-0.8.2.diff
sed 's/^float alpha =.*$/float alpha = 0.6;/' config.def.h > 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 ..
-git clone https://aur.archlinux.org/preloader-signed.git
-cd preloader-signed
-makepkg --noconfirm -si
-cd ..
-
-git clone https://aur.archlinux.org/woeusb.git
-cd woeusb
-makepkg --noconfirm -si
-cd ..
-
-git clone https;//aur.archlinux.org/gconf.git #minecraft-launcher dep
-cd gconf
-makepkg --noconfirm -si
-cd ..
+aurbuild() {
+ git clone https://aur.archlinux.org/$1.git
+ cd $1
+ makepkg --noconfirm -si
+ cd ..
+}
-git clone https://aur.archlinux.org/minecraft-launcher-beta.git
-cd minecraft-launcher-beta
-makepkg --noconfirm -si
-cd ..
-
-git clone https://aur.archlinux.org/zoom.git
-cd zoom
-makepkg --noconfirm -si
-cd ..
-
-git clone https://aur.archlinux.org/tor-browser.git
-cd tor-browser
+aurbuild preloader-signed &
+aurbuild woeusb &
+aurbuild gconf # minecraft-launcher dep &
+aurbuild minecraft-launcher-beta &
+aurbuild zoom &
gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
-makepkg --noconfirm -si
-cd ..
+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 &
git clone https://git.hrhr.dev/utils
cd utils