# setup # edit /etc/makepkg.conf and use makepkg.conf in this directory as a sample # building # cd etoolkit makepkg -f # repo examples # cd ~/pkg/pkgdest # remove existing database and obsolete files rm sgs.* # add new repo (new database) repo-add -s -k sgs@pichove.org sgs.db.tar.zst *.zst # sync to the end destination # f.i. mkdir /tmp/pkgdest && rsync -4 -v -rlpt --stats --delete-before ca:~/pkg/pkgdest/ /tmp/pkgdest/ && rsync -4 -v -rlpt --stats --delete-before /tmp/pkgdest/ mb:~/private/repos/archlinux_repo/ && rm -rf /tmp/pkgdest