Hi,
I have read both the submission guideline and also aur packages, but I am a little confused on how to actually create the repository.
Does cloning a pkgbase (whatever name you want to call the package) automatically create the remote repository? Yes, `git clone ssh://aur@aur.archlinux.org/pkgbase.git` (where "pkgbase" is the package name) will create the associated remote repository, warning you that it is empty (for now), but this is expected. What if you have got a local repository already (using git init) and want to push it to a AUR remote, but it does not yet exist?
You could just add an AUR remote label like `git remote add label ssh://aur@aur.archlinux.org/pkgbase.git`, or you could eventually copy ressources to your freshly created AUR git repo. All of this is explained in the "AUR Submission guidelines" wiki's 1.3 chapter [1]. [1] https://wiki.archlinux.org/title/AUR_submission_guidelines -- Regards, Antiz (Robin C.)