manjaro-contrib/pkgbuild info action
tries to determine pkgbuild version information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pkgbuild | file to look into | no | PKGBUILD |
| arm-runs-on | Builder to use when building on arm | no | ubuntu-24.04-arm |
Outputs
| name | description |
|---|---|
| version | the current pkgbuild version |
| exists | wether the release already exists |
| fits | if package can be built on current architecture |
| system-arch | the runners architecture |
| aarch64 | if the package can be built for aarch64 |
| x86_64 | if the package can be built for x86_64 |
| any | if the package can be built for any architecture |
| runs-on | runner array |
| branches | array of branches that have no matching release yet |
| python | wether this package is python-based |