1 2 3 4 5 6 7
#!/bin/sh set -e git clone --depth=1 https://gitlab.archlinux.org/archlinux/packaging/packages/$1.git rm -rf $1/.git rm -rf $1/keys echo $1 >> order nano $1/PKGBUILD