Search Criteria
Package Details: steam-tui-git r35.5741b1f-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/steam-tui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | steam-tui-git |
| Description: | Rust TUI client for steamcmd |
| Upstream URL: | https://github.com/dmadisetti/steam-tui |
| Licenses: | MIT |
| Conflicts: | steam-tui |
| Submitter: | Junker |
| Maintainer: | None |
| Last Packager: | Junker |
| Votes: | 1 |
| Popularity: | 0.061575 |
| First Submitted: | 2023-09-17 16:21 (UTC) |
| Last Updated: | 2023-09-17 16:49 (UTC) |
Dependencies (4)
- steamcmdAUR
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-gitAUR, wine-staging-gitAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine32AUR, wine-cachyosAUR, wine-staging) (optional) – Launch Windows games
Latest Comments
dreieck commented on 2025-01-19 13:53 (UTC)
check()fails for me:Regards!
dreieck commented on 2025-01-19 13:52 (UTC) (edited on 2025-01-19 13:52 (UTC) by dreieck)
This
PKGBUILDdownloads stuff inbuild().This should not happen.
Please move all the rust specific downloads, that cannot be handled via the
sourceordependsormakedependsarrays, intoprepare(), so thatbuild()can run on set-up sources in an offline environment.Regards and thanks for the package!