added script to mark dependencies
added License (or rather declared PD)
allowing alternative to pacman for retrieving dependencies
Easily set up your own Repository with prebuilt AUR packages.
pacman
– providing makepkg and repo-addcoreutils
– cat, head, tail and so ongit
– for updating the AUR packagesThe demo is currently offline. It will be back in a while.
a demonstration can be found at pachost.moritz.sh
to add this to your repositories and try it out simply execute:
curl -O https://pachost.moritz.sh/pubkey.gpg && sudo pacman-key --add pubkey.gpg && sudo pacman-key --lsign-key A602DD01FB9653C7EDAAC572D786E1EED2C71596 && rm sublimehq-pub.gpg && echo -e "\n[mp-pachost]\nServer = https://pachost.moritz.sh/" | sudo tee -a /etc/pacman.conf
PacHost is released into the Public Domain under the Terms of the Unlicense