mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:47:45 +00:00
Ports: Use "jq" in neofetch for /proc/{cpuinfo,memstat}
Now that a "jq" port is available we can re-enable CPU name detection in neofetch and don't need to use "read" for extracting values from /proc/memstat anymore :^)
This commit is contained in:
parent
8d71eb9a6c
commit
85e7bfc047
2 changed files with 20 additions and 25 deletions
|
@ -2,5 +2,5 @@
|
|||
port=neofetch
|
||||
version=7.0.0
|
||||
useconfigure=false
|
||||
depends=bash
|
||||
depends="bash jq"
|
||||
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue