Preface#
It's a very terrible exprience caused by unknown of the rules of Arch package guidelines!
Caution#
package_naming should be lowercase format!
Authority#
As before the beginning, you shoud follow this wiki for your authority!
AUR_submission_guidelines
Create repo#
git -c init.defaultbranch=master clone ssh://[email protected]/$YourPackageName.git
If there is warnning that
git-upload-pack: invalid repository name
, you should go back to AUR_submission_guidelines!
Publish#
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO
git commit -m $UsefulCommitMessage
git push