Search Criteria
Package Details: rmatrix 51899ee-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rmatrix.git (read-only, click to copy) |
---|---|
Package Base: | rmatrix |
Description: | Rust port of a curses-based 'Matrix'-like screen |
Upstream URL: | https://github.com/Fierthraix/rmatrix |
Licenses: | GPL3 |
Conflicts: | rmatrix |
Provides: | rmatrix |
Submitter: | Phaotee |
Maintainer: | Phaotee |
Last Packager: | Phaotee |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-25 22:57 (UTC) |
Last Updated: | 2024-09-13 00:22 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
trinity-1686a commented on 2022-01-09 09:15 (UTC)
the package does not install: it fails to find
target/release/rmatrix
, because it's now namedtarget/release/r-matrix
instead.sukanka commented on 2021-12-16 01:06 (UTC)
@dr460nf1r3 This package name
rmatrix
is fine, as the namer-matrix
should be reserved for ther
packageMatrix
, which is currently not available in AUR, see https://cran.r-project.org/web/packages/Matrix/index.html.dr460nf1r3 commented on 2021-04-24 18:34 (UTC) (edited on 2021-04-24 18:49 (UTC) by dr460nf1r3)
This needs git in makedepends :) , also the package() function needs to be fixed, the binary is called r-matrix instead of rmatrix.