mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
85e7bfc047
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 :^)
7 lines
197 B
Bash
Executable File
7 lines
197 B
Bash
Executable File
#!/bin/bash ../.port_include.sh
|
|
port=neofetch
|
|
version=7.0.0
|
|
useconfigure=false
|
|
depends="bash jq"
|
|
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"
|