sergioribera/AUR PKGBUILD from Cargo.toml
Action for generate and publish Aur PKGBUILD file from Cargo.toml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| proyect_path | The project path to generate PKGBUILD | — | . |
| musl | Build the binary as musl | — | false |
| file | The path to the .tar.gz file to use | — | "" |
| output | Defines the folder from which the PKGBUILD file will be generated. | — | out |
| package_name | The name in AUR of the package to release | — | ${{ github.event.repository.name }} |
| git_username | The username to use for the git commit | — | AUR Release Action |
| git_email | The email to use for the git commit | — | github-action-bot@no-reply.com |
| ssh_private_key | The private key to use for the git commit | yes | — |
| publish | To publish or not to publish the package | — | true |
| test_pkgbuild | Whether to try building and installing the package or not | — | true |
| github_token | The GitHub token to use for the release | yes | — |
| commit_message | The commit message to use for the git commit | — | Bump %FILENAME% to %VERSION% |
Outputs
| name | description |
|---|---|
| file | The path to the generated .tar.gz file |
| pkgbuild | The path to the generated PKGBUILD file |