summarylogtreecommitdiffstats
path: root/provision.sh
diff options
context:
space:
mode:
authorMoritz Johner2018-10-14 15:54:24 +0200
committerMoritz Johner2018-10-14 15:54:24 +0200
commit87840cfcc928743dce3aad7814123bb21acfe362 (patch)
treeb320b24f33db2b6b2430110c7d7d7aa949f11d36 /provision.sh
parent2394dff57deaf94749342c9f0969082ae7129d86 (diff)
downloadaur-87840cfcc928743dce3aad7814123bb21acfe362.tar.gz
fix build version, add release tests
Diffstat (limited to 'provision.sh')
-rw-r--r--provision.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/provision.sh b/provision.sh
new file mode 100644
index 000000000000..c521661653d8
--- /dev/null
+++ b/provision.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+sudo pacman -Syu --needed --noconfirm \
+ base-devel wget curl sudo git tar yajl
+
+for thing in package-query yaourt; do
+ git clone https://aur.archlinux.org/${thing}.git
+ cd ${thing}/
+ makepkg -si --noconfirm
+ cd ..
+ rm -rf ${thing}
+done
+
+yaourt -Syu --aur glitchlock --noconfirm
+
+which glitchlock
+glitchlock --version