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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-17 16:21 (UTC) |
Last Updated: | 2023-09-17 16:49 (UTC) |
Dependencies (4)
- steamcmdAUR
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- wine (wine-valveAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-stable-nextAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-stableAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-tkg-staging-binAUR, 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
PKGBUILD
downloads stuff inbuild()
.This should not happen.
Please move all the rust specific downloads, that cannot be handled via the
source
ordepends
ormakedepends
arrays, intoprepare()
, so thatbuild()
can run on set-up sources in an offline environment.Regards and thanks for the package!