Re: pamac and octopi should be removed from [galaxy]
Reply #10 –
@Seventh maybe
#!/bin/bash
# Mr Green's very poor Aur helper script
# licence bound to break!
# Download and extract package
git clone https://aur.archlinux.org/${1}.git
tar -xvf ${1}.tar.gz
# Go into directory
cd ${1}
# Install any needed desp then build
makepkg -si # -r / -c could be added if required.