mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
12 lines
340 B
Bash
Executable file
12 lines
340 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
port=neofetch
|
|
version=7.1.0
|
|
useconfigure=false
|
|
depends="bash jq"
|
|
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz 37ba9026fdd353f66d822fdce16420a8"
|
|
auth_type=md5
|
|
|
|
install() {
|
|
run make DESTDIR=$DESTDIR PREFIX=/usr/local $installopts install
|
|
}
|