github-actions-deploy-aur
github-actions-deploy-aur copied to clipboard
GitHub Actions to publish AUR package
If a `pkgver()` function exists, the PKGBUILD file will be copied into a new temporary directory, `makepkg -od` will be run, and then the new PKGBUILD file will be the...
The default value for pkgbuild has been set to `./PKGBUILD`. If `pkgname` is not set, it will be extracted from the PKGBUILD file
## Description To fully manage the contents of the AUR repository, a rewriting approach is needed, which affects the working folder as 1:1. Does it make any sense to use...
I have an AUR package that depends on another AUR package for building. Is it possible to somehow specify to install that before attempting to build it? Would it make...
Currently, one has to duplicate all local files that are included in the package as part of `assets`. However, the action already knows which files should be present: It is...