Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@

## Dependencies

- any GNU/Linux system with `ps` obviously
- `ps` available in `$PATH`
- Some current Rust stable toolchain (Rust 2024 edition, Cargo)
- GNU/Linux (process data is read from `/proc` via [sysinfo](https://crates.io/crates/sysinfo) — no external binaries required)
- Rust stable toolchain (Rust 2024 edition, Cargo) for building from source

Core crates: `ratatui`, `crossterm`, `sysinfo`, `nix`, `anyhow`, `users`.

Expand Down
2 changes: 1 addition & 1 deletion packaging/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/l5yth/psn"
license=('Apache')
options=('!debug')
depends=('procps-ng')
depends=()
makedepends=('cargo' 'git')
source=("git+https://github.com/l5yth/psn.git")
sha256sums=('SKIP')
Expand Down
4 changes: 1 addition & 3 deletions packaging/gentoo/app-misc/psn/psn-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ KEYWORDS=""
IUSE=""
PROPERTIES="live"

RDEPEND="
sys-process/procps
"

BDEPEND="
dev-lang/rust
"
Expand Down