Skip to content

PKGBUILDs for the Arch User Repository (AUR)

License

Notifications You must be signed in to change notification settings

jmelahman/PKGBUILDs

Repository files navigation

PKGBUILDs

Test status

Managing packages

Each package is managed as a git subtree. Changes are automatically pushed to the AUR on commits to master.

nvchecker is used to check upstream repositories for new versions nightly. Pull requests to update versions are generated at midnight (PST).

Adding a new package

git subtree add --prefix=$PACKAGE ssh://[email protected]/$PACKAGE.git master

Running tests

As recommended by the Arch Wiki, namcap and shellcheck are configured to check the PKGBUILDs.

Each can be ran with the following commands,

./shellcheck
./namcap

About

PKGBUILDs for the Arch User Repository (AUR)

Resources

License

Stars

Watchers

Forks