A

ReadME.md

Arch Linux Package files

Arch Linux's PKGBUILD of projects in altrepo.eu.

Usage

You can install packages by the command below.

sudo pacman -S base-devel git
git clone /git/arch.altrepo.eu.git
cd arch.altrepo.eu/*Project_NAME*
makepkg -s
sudo pacman -U *Project_NAME*-git-*Project_VERSION*-*Arch_LINUX_Version*-*Architecture*.pkg.tar.xz
#Or just
sudo pacman -S base-devel
curl -O /git/arch.altrepo.eu/raw/master/*Project_NAME*/PKGBUILD
makepkg -s -i -c

Signature

This packages does not include signature to confirm now. No communications are secured, encrypted or concealed.