Skip to content

infinitebash/autoaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoaur

A tool for automating builds of AUR packages and putting them on a repo.

Basic Usage

Create folders for the repo and PKGBUILDs:

mkdir repo packages

Add your favorite AUR packages to a file:

echo awesome-git >> packages.list && echo yay >> packages.list

Run autoaur:

./autoaur.py --packages packages.list --packages-path $(pwd)/packages --output $(pwd)/repo

Automating Updates

Automating updates is possible with a cron job. Here's an example that checks for updates every hour at minute zero:

0 * * * * /home/exampleuser/autoaur/autoaur.py --packages packages.list --packages-path /home/exampleuser/autoaur/packages --output /home/exampleuser/autoaur/packages/repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages