This is both, an experiment and a try to learn how the Arch packaging system works. The purpose is to centralize my Arch preferences in a repo, so I can setup an Arch installation with just a few steps.
First of all, you need to share this repository through some web server, then add the new repo to pacman.conf:
[custom]
#SigLevel = Optional TrustAll
Server = $BASE_URL/repo/custom/any
and execute the install script:
$ curl $BASE_URL/installer/install | bash -s