kopp/Build AUR package repository
Build a given list of AUR packages and store them in a repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 9, 2026
- License
- MIT
Pinned Snippet
uses: kopp/build-aur-packages@d8c5338f7060ed36851b5fcbb7fdfc1501467eb6 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | A string with a space separated list of aur packages that should be built and included in the repository. | yes | — |
| missing_pacman_dependencies | A string with a space separated list of dependencies that are not correctly mentioned as dependencies in the PKGBUILD file and that are available from pacman. | no | "" |
| missing_aur_dependencies | A string with a space separated list of dependencies that are not correctly mentioned as dependencies in the PKGBUILD file and that are available from AUR. | no | "" |
Outputs
no outputs