mission-center: task manager but in rust and for *nix
This commit is contained in:
parent
33f816eac8
commit
83fa3c6a4e
2 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,8 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs
|
|||
- v23.11.05 - https://github.com/callyral/lowfetch
|
||||
- macchina - System information frontend with an emphasis on performance
|
||||
- v6.1.8 - https://github.com/Macchina-CLI/macchina
|
||||
- mission-center - Monitor your CPU, Memory, Disk, Network and GPU usage
|
||||
- v0.3.3 - https://gitlab.com/mission-center-devs/mission-center
|
||||
- pfetch-rs - System information tool written in rust
|
||||
- v2.8.1 - https://github.com/Gobidev/pfetch-rs
|
||||
- python3-lsp-black - Python LSP server plugin that adds support for black autoformatter
|
||||
|
|
14
srcpkgs/mission-center/template
Normal file
14
srcpkgs/mission-center/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'mission-center'
|
||||
pkgname=mission-center
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config gettext cmake ninja cargo blueprint-compiler appstream-glib desktop-file-utils"
|
||||
makedepends="libadwaita-devel libudev-devel"
|
||||
depends="dmidecode libadwaita libudev nvtop"
|
||||
short_desc="Monitor your CPU, Memory, Disk, Network and GPU usage"
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/mission-center-devs/mission-center"
|
||||
distfiles="${homepage}/-/archive/v${version}/{pkgname}-v{version}.tar.gz"
|
||||
checksum=c34a110d092489a0e5932f36d6445bfa802f603432aeef58acb18f7fef30bc19
|
Loading…
Add table
Reference in a new issue