sergioribera/AUR PKGBUILD from Cargo.toml

Action for generate and publish Aur PKGBUILD file from Cargo.toml

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
proyect_pathThe project path to generate PKGBUILD.
muslBuild the binary as muslfalse
fileThe path to the .tar.gz file to use""
outputDefines the folder from which the PKGBUILD file will be generated.out
package_nameThe name in AUR of the package to release${{ github.event.repository.name }}
git_usernameThe username to use for the git commitAUR Release Action
git_emailThe email to use for the git commitgithub-action-bot@no-reply.com
ssh_private_keyThe private key to use for the git commityes
publishTo publish or not to publish the packagetrue
test_pkgbuildWhether to try building and installing the package or nottrue
github_tokenThe GitHub token to use for the releaseyes
commit_messageThe commit message to use for the git commitBump %FILENAME% to %VERSION%
namedescription
fileThe path to the generated .tar.gz file
pkgbuildThe path to the generated PKGBUILD file