Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 925 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 925 Bytes

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