Skip to content

mov-cli/arch-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Arch Linux packages for mov-cli

How to publish to AUR. (for future maintainers)

  1. Clone this repo.
git clone https://github.com/mov-cli/arch-packages
  1. CD into the package you would like to update / upload to the AUR.
cd mov-cli-youtube

This is an example.

  1. Init the git repo inside there and pull it's changes. Rebase if it tells you to.
make init-repo
git pull
  1. Make your changes, generate a new .SRCINFO file and then commit that.
make src-info
git add *
git add .SRCINFO
git commit -m "chore: update package to {version-num}"
  1. Push you changes to the AUR.
git push --set-upstream aur master

About

Official Arch Linux package for mov-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published