1
Fork 0
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:
Linus Groh 2020-07-12 00:46:38 +01:00 committed by Andreas Kling
parent 8d71eb9a6c
commit 85e7bfc047
2 changed files with 20 additions and 25 deletions

View file

@ -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"