Search Criteria
Package Details: rio-git 0.2.4.r8.g66257aa23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rio-git.git (read-only, click to copy) |
---|---|
Package Base: | rio-git |
Description: | A hardware-accelerated GPU terminal emulator powered by WebGPU (git) |
Upstream URL: | https://github.com/raphamorim/rio |
Keywords: | emulator terminal |
Licenses: | MIT |
Conflicts: | rio |
Provides: | rio |
Submitter: | orhun |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-02 16:55 (UTC) |
Last Updated: | 2025-01-20 17:44 (UTC) |
Dependencies (12)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
orhun commented on 2025-01-20 17:39 (UTC)
Done, thanks!
Prior5151 commented on 2025-01-20 03:19 (UTC)
The PKGBUILD seems to break if you have the $CARGO_TARGET_DIR variable set to something nonstandard (which you sometimes want to do for development for better build times).
You can resolve it by adding this to the root of the PKGBUILD: export CARGO_TARGET_DIR=target
You might also want to add
RUSTUP_TOOLCHAIN=stable
too, since some people run the unstable toolchain for development, which can break things.Thanks.