METIS Linux currently ships three repos,
All the pkgbuild scripts are available here
Server = https://metis-os.github.io/repo-(repo-name)/$repo/os/$arch>
substitute for `andromeda,cosmic ,recon`
# /etc/pacman.conf
[andromeda]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-andromeda
# /etc/pacman.d/metis-mirrorlist-andromeda
# main server
Server = https://metis-os.github.io/repo-andromeda/$repo/os/$arch
Andromeda is an example, the same way goes to other 2s
If you want to contribute to the repo, just follow the steps below
repo-recon
$ git clone git@github.com:<your-username>/repo-recon
$ git pull # just to make sure everything is up to date
$ add your pkgname.pkg.tar.zst in repo-recon/recon/os/x86_64
$ run ./repo_updater.sh -c -u -g # respectively. it will ask for a commit message and give a precise commit message, done