Search Criteria
Package Details: dtui 3.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dtui.git (read-only, click to copy) |
|---|---|
| Package Base: | dtui |
| Description: | Small TUI for introspecting the state of the system/session dbus |
| Upstream URL: | https://github.com/Troels51/dtui |
| Licenses: | MIT |
| Submitter: | gcb0 |
| Maintainer: | gcb0 |
| Last Packager: | gcb0 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-07-26 19:37 (UTC) |
| Last Updated: | 2025-11-11 22:43 (UTC) |
Latest Comments
gcb0 commented on 2025-11-11 23:02 (UTC)
change log for v3.0.0 https://github.com/Troels51/dtui/compare/v2.0.0...v3.0.1
ugsot commented on 2025-02-27 15:37 (UTC) (edited on 2025-02-27 15:46 (UTC) by ugsot)
libgit2 version 1.8* + llvm18-libs + lld18 ←ARE NEEDED
corrected PKGBUILD:
build() {
cd "$pkgname-$pkgver"
cargo build --release --verbose
}
check() {
cd "$pkgname-$pkgver"
cargo test --release --verbose
}
package() {
cd "$pkgname-$pkgver"
install -Dm755 target/release/dtui "$pkgdir/usr/bin/$pkgname"
}
8ar10der commented on 2024-10-17 14:13 (UTC) (edited on 2024-10-17 14:14 (UTC) by 8ar10der)