Replies: 1 comment 5 replies
-
Sorry for dropping in late. You don't need to automatically generate the pkgver. The purpose of the pkgver function is to do this on install, and most AUR helpers will handle it properly all the same. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread is to figure out what exactly needs to be done to automate AUR deployments for steamguard-cli. Once we figure that out, we can open issues for the tasks that need to be done. Ideally, once we are done setting this up we should never have to touch it again.
I've attempted to automate this in the past, and one of the main blockers was that Github Actions uses ubuntu, and I have not found a way to get
makepkg
to run. I've had other problems, but I've forgotten what they were because I didn't write them down.I'm leaning towards using a docker container to do this. It would also be great to automatically generate the PKGBUILD from the info in
cargo.toml
Beta Was this translation helpful? Give feedback.
All reactions