mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
6 lines
208 B
Bash
Executable file
6 lines
208 B
Bash
Executable file
#!/usr/bin/env -S 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"
|